Delete Subscription
Permanently delete a webhook subscription.
Once deleted, Airweave will stop sending events to this endpoint immediately.
This action cannot be undone. Any pending message deliveries will be cancelled.
If you want to temporarily stop receiving events, consider disabling the
subscription instead using the PATCH endpoint.
Authentication
x-api-keystring
API Key authentication via header
Path parameters
subscription_id
The unique identifier of the subscription to delete (UUID).
Response
Deleted subscription
id
Unique identifier for this subscription (UUID format)
url
The URL where webhook events are delivered
created_at
When this subscription was created (ISO 8601 format, UTC)
updated_at
When this subscription was last updated (ISO 8601 format, UTC)
filter_types
Event types this subscription is filtered to receive. See EventType enum for all available types.
disabled
Whether this subscription is currently disabled. Disabled subscriptions do not receive event deliveries.
description
Optional human-readable description of this subscription
delivery_attempts
Recent delivery attempts for this subscription. Only included when fetching a single subscription via GET /subscriptions/{id}.
secret
The signing secret for webhook signature verification. Only included when include_secret=true is passed to the API. Keep this secret secure.