Skip to main content
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"
}

Documentation Index

Fetch the complete documentation index at: https://docs.thena.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Enter your API key

Path Parameters

articleId
string
required

Article ID

Example:

"507f1f77bcf86cd799439011"

Response

Article deleted successfully

message
string
required
Example:

"Article deleted successfully"