Webhooks
Delete outbound webhook
Permanently deletes an outbound webhook endpoint along with its delivery history. To keep the endpoint but stop deliveries, use PATCH with status "disabled" instead.
delete/webhooks/{id}
Path parameters
idstring required
Response
Deleted
Example response
{
"webhook": {
"id": "webhook_abc123",
"name": "Production webhook",
"url": "https://example.com/sequenzy/webhooks",
"signingSecret": "whsec_...",
"signingSecrets": [
{
"id": "sec_abc123",
"prefix": "whsec_abcd12"
}
]
}
}