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

Path Parameters

app_id
string
required
collection_id
string
required
record_id
string
required

Response

200 - application/json

The response is of type any.