Delete subscribed event
To cancel an event subscription, use its identifier (id). After deletion, the webhook will no longer receive notifications for the configured action.
- Request
- Response
DELETE /webhooks/{id}
{
"date": "2024-01-15T12:00:00+00:00",
"success": true
}