DeleteBucket
DELETE/:bucketName
Deletes a bucket. The bucket must be empty for it to be deleted.
Request
Path Parameters
bucketName stringrequired
The name of the bucket.
Responses
204: Success
401: Unauthorized
Request samples
curl -L -X DELETE 'https://telnyxcloudstorage.com/:bucketName' \
-H 'Authorization: Bearer <TOKEN>'