Skip to main content
DELETE
/
api
/
v1
/
buckets
/
{bucket_id}
Delete bucket
curl --request DELETE \
  --url https://api.example.com/api/v1/buckets/{bucket_id} \
  --header 'Authorization: <api-key>'
{
  "bucket_uuid": "<string>",
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and JWT token.

Path Parameters

bucket_id
string
required

Bucket ID

Response

OK

bucket_uuid
string
status
string