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

Path Parameters

app_id
string
required

Application ID

collection_id
string
required

Collection ID

Response

Collection deleted successfully