Saltar al contenido principal
DELETE
/
comments
/
v3
/
comments
/
{comment_id}
Delete the comment
curl --request DELETE \
  --url https://api.hubapi.com/comments/v3/comments/{comment_id}
{
  "status": "<string>",
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://developers.hubspot.es/docs/llms.txt

Use this file to discover all available pages before exploring further.

Parámetros de ruta

comment_id
integer<int64>
requerido

Unique identifier for a particular comment.

Respuesta

No Content

Last modified on April 13, 2026