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.

DeleteObjects

POST 
/:bucketName

Deletes one or multiple objects from a given bucket.

Request

Path Parameters

    bucketName stringrequired

    The bucket name.

Query Parameters

    delete booleanrequired

    Possible values: [true]

Body

array

required

  • Array [

  • Key string
  • ]

Responses

200: Success

Request samples


curl -L -X POST 'https://telnyxcloudstorage.com/:bucketName' \
-H 'Content-Type: text/xml' \
-H 'Accept: text/xml' \
-H 'Authorization: Bearer <TOKEN>'

Response samples


<root/>