Skip to main content
Unlisted page
This page is unlisted. Search engines will not index it, and only users having a direct link can access it.

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

Request samples


curl -L -X DELETE 'https://telnyxcloudstorage.com/:bucketName' \
-H 'Authorization: Bearer <TOKEN>'