beel_delete_webhook_subscription
Permanently delete a webhook subscription to halt all event deliveries to its URL. This removes the subscription entirely from your account.
Instructions
Permanently deletes a webhook subscription. No further events are
delivered to its URL. To stop deliveries reversibly, set active to
false instead.
Endpoint: DELETE /v1/accounts/{account_id}/webhooks/{webhook_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | Your own account, or an account you provisioned. It — not the credential, and not the `BeeL-Active-Company` header — decides which account the operation acts on. An account you do not reach answers `403`, and so does an account that does not exist, so the existence of somebody else's account is never disclosed. | |
| webhook_id | Yes | Subscription of the account in the path. A subscription of another account answers `404`, the same as one that does not exist: under the account resolved from `{account_id}` it simply is not there. |