Attachment Removed
Webhook payload reference for the attachments.issues.destroy event, triggered when an attachment is removed from a task.
Triggered when an attachment is removed from a task.
- Event:
attachments.issues.destroy - Category: Tasks
- Triggers: Deleting an attachment from the task details panel
Payload
Only the attachment ID is sent:
{
"uuid": 789
}Field Reference
| Field | Type | Description |
|---|---|---|
uuid | integer | The deleted attachment's ID (note: this is an integer, not a UUID string) |
Notes
- The full attachment resource is not sent — only the ID.
- Despite the field name
uuid, the value is the attachment's integerid. - The file is permanently deleted from storage after this event.
Related
- Attachment Added —
attachments.issues.store