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"
}Changes
Changed in 1 of the 51 revisions of this API.1
- ●
deleted the
headerrequest parameterX-Organization-Idrequest-parameter-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●