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 OKBody
: JSON object containingsuccess
key and a boolean value.
Example Response
{
"success": true
}