DocsAPI ReferenceDelete a webhook endpoint
DELETE
/api/v1/workspaces/{workspace_id}/webhooks/{endpoint_id}Permanently removes a webhook endpoint. Events will no longer be delivered to this URL.
Path Parameters
workspace_idstringrequirede.g. "aaaaaaaa-0000-0000-0000-000000000001"Workspace UUID.
endpoint_idstringrequirede.g. "ep_2abc1234..."Svix endpoint ID.
Headers
X-API-KeystringrequiredYour workspace API key (owner role required).
Responses
204Endpoint deleted. No content.
404Endpoint not found or Svix error.
Try it live
API Configurationglobal · all endpoints
DELETE
https://api.serveka.com/api/v1/workspaces/aaaaaaaa-0000-0000-0000-000000000001/webhooks/ep_2abc1234...Path Parameters
curl -X DELETE 'https://api.serveka.com/api/v1/workspaces/aaaaaaaa-0000-0000-0000-000000000001/webhooks/ep_2abc1234...' \