curl --request DELETE \
--url https://api.hubapi.com/comments/v3/comments/{comment_id}{
"status": "<string>",
"message": "<string>"
}Marks the comment as deleted. The comment can be restored later via a POST to the restore-deleted endpoint.
curl --request DELETE \
--url https://api.hubapi.com/comments/v3/comments/{comment_id}{
"status": "<string>",
"message": "<string>"
}Scope requirements
Unique identifier for a particular comment.
No Content
Was this page helpful?