Articles
Delete Article Comment
Deletes a comment from an article.
DELETE
Delete Article Comment
Documentation Index
Fetch the complete documentation index at: https://learn.nexudus.com/llms.txt
Use this file to discover all available pages before exploring further.
Delete Article Comment
Removes a specific comment from an article. Only the comment author or an administrator can delete a comment.Authentication
Requires a valid customer bearer token. The customer must be the comment author.Path Parameters
Numeric identifier of the article.
Numeric identifier of the comment to delete.
Response
Returns a200 OK on success.
Examples
Delete a comment
TypeScript Integration
Delete Article Comment