Skip to main content
DELETE
/
v1
/
comments
/
{commentId}
cURL
curl --request DELETE \
  --url https://platform.thena.ai/v1/comments/{commentId} \
  --header 'x-api-key: <api-key>'
{
  "statusCode": 400,
  "message": "Comment ID is required!"
}

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

commentId
string
required

Response

Resource deleted successfully