Skip to main content
DELETE /accounts/{account_id}/webhooks/subscriptions/{subscription_id}
Required scope: webhooks:write. Archiving stops future deliveries. Delivery history is retained.

Path parameters

NameTypeDescription
account_idstringThe Brale account that owns the subscription.
subscription_idstringThe ID of the webhook subscription to archive.

Example request

curl -X DELETE https://api.brale.xyz/accounts/{account_id}/webhooks/subscriptions/{subscription_id} \
  -H "Authorization: Bearer {access_token}"
See the Webhooks overview for how subscriptions, delivery, and account scope work.