Saltar al contenido principal
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>"
}

Parámetros de ruta

comment_id
integer<int64>
requerido

Unique identifier for a particular comment.

Respuesta

No Content

Última modificación el 13 de abril de 2026