cURL
curl --request DELETE \ --url https://api.example.com/api/buckets/{id} \ --header 'Authorization: Bearer <token>'
Delete a bucket by its ID, The bucket will be deactivated.
JWT token obtained from AWS Cognito or custom authentication service
A unique integer value identifying this bucket.
Bucket successfully deactivated.