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 \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

comment_id
integer
required

Unique identifier for a particular comment.

Response

204

No Content