delete
https://api.lirium-sandbox.com/v1/webhooks/subscriptions/
Remove a webhook subscription
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Delete a webhook subscription to stop receiving events at the configured URL.
Request
DELETE /webhooks/subscriptions/{subscription_id}
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| subscription_id | string | Yes | The ID of the subscription to delete |
Example Request
DELETE /webhooks/subscriptions/sub_abc123def456
Example Response
{
"id": "sub_abc123def456",
"deleted": true
}Notes
- Deleting a subscription is immediate and irreversible
- Any pending events for the subscription will not be delivered
- You can create a new subscription with the same URL if needed
