DELETE
/
api
/
v1
/
collection
curl --request DELETE \
  --url https://app.twilix.io/api/v1/collection \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "collection": "<string>"
}'

Delete a collection.

collection
string

The collection to use with this API.

Content-Type
default: "application/json"required

Requires JSON Content Type