DELETE
/
tags
/
{tagId}
Delete a tag
curl --request DELETE \
  --url https://helpcenter.thena.ai/tags/{tagId} \
  --header 'x-api-key: <api-key>'
{
  "message": "Tag deleted successfully"
}

Authorizations

x-api-key
string
header
required

Enter your API key (format: keyId.keySecret)

Path Parameters

tagId
string
required

MongoDB ObjectId of the tag

Example:

"507f1f77bcf86cd799439011"

Response

200
application/json

Tag deleted successfully

The response is of type object.