Event triggered when a custom job type is deleted from your workspace, either through the dashboard or via the API. Predefined job types cannot be deleted and will not trigger this event.Documentation Index
Fetch the complete documentation index at: https://dronebundle.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Response Body Parameters
All webhook payloads follow a consistent top-level structure with event-specific data nested within thedata object.
Unique identifier for this delivery. Use this to deduplicate events.
The event type that triggered the webhook (e.g.,
job_type.deleted).Unix timestamp (milliseconds) when the event was delivered.
The workspace where the event occurred.
Contains only the ID of the deleted job type.