DELETE
/
articles
/
{articleId}
Delete article
curl --request DELETE \
  --url https://helpcenter.thena.ai/articles/{articleId} \
  --header 'x-api-key: <api-key>'
{
  "message": "Article deleted successfully"
}

Authorizations

x-api-key
string
header
required

Enter your API key (format: keyId.keySecret)

Path Parameters

articleId
string
required

Article ID

Example:

"507f1f77bcf86cd799439011"

Response

200
application/json

Article deleted successfully

The response is of type object.