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.

DeleteObject

DELETE 
/:bucketName/:objectName

Delete an object from a given bucket.

Request

Path Parameters

    bucketName stringrequired

    The bucket name.

    objectName stringrequired

    Possible values: non-empty

    The object name.

Responses

204: Success

Request samples


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