Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.repixa.io/llms.txt

Use this file to discover all available pages before exploring further.

Delete Webhook

Removes a registered webhook endpoint. Repixa will stop sending events to this URL immediately.

Request

DELETE https://api.repixa.io/v1/webhooks/{webhookId}
Authorization: Bearer YOUR_API_KEY

Path parameters

ParameterTypeDescription
webhookIdstringThe unique ID of the webhook to delete

Response 204

No content. The webhook has been removed.