Skip to main content
Event triggered when a project is permanently deleted from your workspace, either through the dashboard or via the API.
Project deletion is irreversible. All related data including jobs, files, and client access records are also removed.

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., project.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 project.