cURL
curl --request DELETE \ --url https://api.example.com/api/v1/buckets/{bucket_id} \ --header 'Authorization: <api-key>'
{ "bucket_uuid": "<string>", "status": "<string>" }
Deletes a bucket and all files contained within it
Type "Bearer" followed by a space and JWT token.
Bucket ID
OK