Skip to main content
DELETE
/
api
/
buckets
/
{id}
Delete a bucket
curl --request DELETE \
  --url https://api.example.com/api/buckets/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT token obtained from AWS Cognito or custom authentication service

Path Parameters

id
integer
required

A unique integer value identifying this bucket.

Response

200

Bucket successfully deactivated.