For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delete Webhook

Delete Webhook

delete

Deletes Webhook. Events will immediately stop posting to this endpoint upon deletion.

Path parameters
webhook_idinteger · int32Required
Header parameters
X-Violet-TokenstringRequired
X-Violet-App-SecretstringRequired
X-Violet-App-Idinteger · int32Required
Responses
default

default response

application/json
delete/events/webhooks/{webhook_id}
DELETE /v1/events/webhooks/{webhook_id} HTTP/1.1
Host: sandbox-api.violet.io
X-Violet-Token: text
X-Violet-App-Secret: text
X-Violet-App-Id: 1
Accept: */*
default

default response

Last updated

Was this helpful?