Skip to main content
DELETE
/
apps
/
{app_id}
/
api_collections
/
{collection_name}
Delete API collection DELETE /apps/:app_id/api_collections/:collection_name
curl --request DELETE \
  --url https://api.example.com/apps/{app_id}/api_collections/{collection_name}

Path Parameters

app_id
string
required

Application ID

collection_name
string
required

Collection name

Response

API collection deleted successfully