Comments
Delete a comment
Delete a comment in Betayum. Create and manage collaboration comments on compliance entities such as tasks, policies, risks, vendors, and findings.
delete/v1/comments/{commentId}
Path parameters
commentIdstring required
Example:cmt_abc123def456
Unique comment identifier
Request body
Example request
{
"userId": "usr_abc123def456"
}Response
Comment deleted successfully
Example response
{
"success": true,
"deletedCommentId": "cmt_abc123def456",
"message": "Comment deleted successfully"
}