Legacy
English
cURL
curl --request DELETE \ --url https://api.hubapi.com/comments/v3/comments/{comment_id} \ --header 'Authorization: Bearer <token>'
This response does not have an example.
Marks the comment as deleted. The comment can be restored later via a POST to the restore-deleted endpoint.
The access token received from the authorization server in the OAuth 2.0 flow.
Unique identifier for a particular comment.
No Content
Was this page helpful?