Skip to main content

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.