webhooks:write.
Archiving stops future deliveries. Delivery history is retained.
Webhooks
Archive Webhook Subscription
Archive a webhook subscription. Future events will not be delivered to this subscription.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Archive a webhook subscription. Future events will not be delivered to this subscription.
DELETE /accounts/{account_id}/webhooks/subscriptions/{subscription_id}
webhooks:write.
Archiving stops future deliveries. Delivery history is retained.
| Name | Type | Description |
|---|---|---|
account_id | string | The Brale account that owns the subscription. |
subscription_id | string | The ID of the webhook subscription to archive. |
curl -X DELETE https://api.brale.xyz/accounts/{account_id}/webhooks/subscriptions/{subscription_id} \
-H "Authorization: Bearer {access_token}"
Was this page helpful?