GitScrum / Docs

Comment Deleted

Webhook payload reference for the comments.issues.destroy event, triggered when a comment is deleted from a task.

Triggered when a comment is deleted from a task.

  • Event: comments.issues.destroy
  • Category: Tasks
  • Triggers: Deleting a comment in the task details panel

Payload

Only the comment ID is sent:

{
  "uuid": 456
}

Field Reference

FieldTypeDescription
uuidintegerThe deleted comment's ID (note: this is an integer, not a UUID string)

Notes

  • The full comment resource is not sent — only the ID.
  • Despite the field name uuid, the value is the comment's integer id.