Appearance
Permanently delete a comment from a document. Requires the DOCUMENTS feature flag and ADMIN, DELETE_COMMENT, UPDATE_DOCUMENT, or MANAGE_DOCUMENTS permissions.
documentId
commentId
{ "statusCode": 201, "data": null, "message": "Comment deleted" }
curl -X POST "https://app.wombat.software/api/{targetPath}/document/:documentId/comment/:commentId/delete" \ -H "Content-Type: application/json" \ -H "Authentication: Bearer ..."
/api/{targetPath}/document/:documentId/comment/:commentId/delete
Delete Document Comment
Permanently delete a comment from a document. Requires the DOCUMENTS feature flag and ADMIN, DELETE_COMMENT, UPDATE_DOCUMENT, or MANAGE_DOCUMENTS permissions.
Parameters
documentId*commentId*Return Value
Examples