Skip to main content
POST
/
comments
/
v3
/
comments
/
{comment_id}
/
restore
Restores a previously deleted comment
curl --request POST \
  --url https://api.hubapi.com/comments/v3/comments/{comment_id}/restore
{
  "status": "<string>",
  "message": "<string>"
}

Path Parameters

comment_id
integer<int64>
required

Unique identifier for a particular comment.

Response

No Content

Last modified on December 12, 2025