Documentation
Bucket
Delete Bucket

Delete Bucket

DELETE /bucket/:id

Delete a bucket.

Request

METHOD: DELETE

AUTHENTICATION: required

URL: https://api.jsonstorage.online/v1/bucket/:id

Example Request
  curl -X DELETE https://api.jsonstorage.online/v1/bucket/77b22667-a2e3-438a-a2e4-1a36fd557c1d

Response

  • Status: 200 OK
  • Body: JSON object containing success key and a boolean value.
Example Response
{
    "success": true
}