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>'