Skip to main content
DELETE
/
apps
/
{app_id}
/
collections
/
{collection_id}
Delete a Collection
curl --request DELETE \
  --url https://api.example.com/apps/{app_id}/collections/{collection_id}
"<unknown>"

Path Parameters

app_id
string
required

The ID of the app

collection_id
string
required

The ID of the collection

Response

200 - application/json

Returns null if the deletion was successful.

The response is of type unknown.