v25

OpenAPI 3.1.0raw.githubusercontent.com2026-08-014254240.1 KB
Webhook Subscriptions

Delete webhook subscription

Permanently deletes a webhook subscription. This cannot be undone.

delete/v1/webhook_subscriptions/{id}

Path parameters

idstring uuid required

Unique identifier of the webhook subscription.

Response

The deleted webhook subscription resource

idstring required

Unique identifier of the webhook subscription.

type'webhook_subscription' required

Resource type discriminator.

urlstring required

The HTTPS URL where webhook events are delivered.

eventsstring[] required

Event types this subscription receives.

created_atstring date-time required

ISO 8601 UTC timestamp when the subscription was created.

updated_atstring date-time required

ISO 8601 UTC timestamp when the subscription was last updated.