DELETE
/
apps
/
{app_id}
/
collections
/
{collection_id}
curl --request DELETE \
  --url https://api.withcortex.ai/apps/{app_id}/collections/{collection_id}
"<any>"

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 any.