webhooks
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.
delete/webhooks/subscriptions/{subscription_id}
Path parameters
subscription_idstring required
The unique identifier of the subscription to delete (UUID).
Example:550e8400-e29b-41d4-a716-446655440000
The unique identifier of the subscription to delete (UUID).
Response
Deleted subscription
Example response
{
"created_at": "2024-03-01T08:00:00Z",
"description": "Production notifications for data team",
"disabled": false,
"filter_types": [
"sync.completed",
"sync.failed"
],
"health_status": "healthy",
"id": "c3d4e5f6-a7b8-9012-cdef-345678901234",
"updated_at": "2024-03-15T14:30:00Z",
"url": "https://api.mycompany.com/webhooks/airweave"
}