TaskDelete event to all configured webhook endpoints. Use this event to remove the corresponding item from external systems, update reporting, or log the deletion for audit trail purposes.
Payload
| Field | Type | Description |
|---|---|---|
type | string | Always "TaskDelete" |
locationId | string | Sub-account ID the task belonged to |
id | string | Unique ID of the deleted task |
title | string | Short display name of the task at the time of deletion |
body | string | Full description or details of the task at the time of deletion |
contactId | string | ID of the contact this task was associated with |
assignedTo | string | ID of the user who was responsible for the task |
dateAdded | string | ISO 8601 timestamp when the task was originally created |
dueDate | string | ISO 8601 timestamp by which the task was due |
Example payload
Related
- Task create — fires when a new task is added
- Contacts API — manage contacts and their associated tasks
.png?fit=max&auto=format&n=EQK5eX9kTD8NzWwA&q=85&s=878008bf159fcc4964d0c0d508b6e400)