Events - Webhooks
Delete Webhook
DELETE
/v1/events/webhooks/{webhook_id}
X-Violet-Token
X-Violet-App-Secret
X-Violet-App-Id
curl --request DELETE \
--url https://sandbox-api.violet.io/v1/events/webhooks/{webhook_id}
Delete a webhook you are currently subscribed to given the webhook_id
.
Events will immediately stop being posted to this endpoint upon deletion.
Headers
X-Violet-Token
string
X-Violet-App-Secret
string
X-Violet-App-Id
integer
Path Parameters
webhook_idrequired
integer
Query Parameters
app_id
integer
Response
default
curl --request DELETE \
--url https://sandbox-api.violet.io/v1/events/webhooks/{webhook_id}