Video Removed
Webhook payload reference for the videos.issues.destroy event, triggered when a video is removed from a task.
Triggered when a video is removed from a task.
- Event:
videos.issues.destroy - Category: Tasks
- Triggers: Deleting a video from the task details panel
Payload
Only the video ID is sent:
{
"uuid": 101
}Field Reference
| Field | Type | Description |
|---|---|---|
uuid | integer | The deleted video's ID (note: this is an integer, not a UUID string) |
Related
- Video Added —
videos.issues.store