POST
/
events
/
webhooks
/
{webhook_id}
/
events
/
{event_id}
/
cancel
curl --request POST \
  --url https://sandbox-api.violet.io/v1/events/webhooks/{webhook_id}/events/{event_id}/cancel
"<any>"

Headers

X-Violet-Token
string
X-Violet-App-Secret
string
X-Violet-App-Id
integer

Path Parameters

webhook_id
integer
required
event_id
integer
required

Response

default - application/json

The response is of type any.