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-Keystringrequired

Your workspace API key (owner role required).

Responses

204Endpoint deleted. No content.
404Endpoint not found or Svix error.