Skip to main content
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.

Response Body Parameters

All webhook payloads follow a consistent top-level structure with event-specific data nested within the data object.
string
Unique identifier for this delivery. Use this to deduplicate events.
string
The event type that triggered the webhook (e.g., job_type.deleted).
number
Unix timestamp (milliseconds) when the event was delivered.
string
The workspace where the event occurred.
object
Contains only the ID of the deleted job type.