DELETE
/
collections
/
{collectionId}
cURL
curl --request DELETE \
  --url https://helpcenter.thena.ai/collections/{collectionId} \
  --header 'x-api-key: <api-key>'
{
  "message": "Collection deleted successfully"
}

Authorizations

x-api-key
string
header
required

Enter your API key (format: keyId.keySecret)

Path Parameters

collectionId
string
required

Collection ID

Example:

"507f1f77bcf86cd799439011"

Response

200
application/json

Collection deleted successfully

The response is of type object.