curl --request DELETE \ --url https://api.us.vartiq.com/webhooks/{webhookId} \ --header 'x-api-key: <api-key>'
{ "success": true, "message": "<string>" }
The unique identifier of the webhook to delete
Indicates if the request was successful
A message describing the result of the operation
{ "success": true, "message": "Webhook deleted successfully" }