Skip to main content
DELETE
/
webhooks
/
{webhookId}
Delete Webhook
curl --request DELETE \
  --url https://api.us.vartiq.com/webhooks/{webhookId} \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "message": "<string>"
}

URL Parameters

webhookId
string
required
The unique identifier of the webhook to delete

Response

success
boolean
Indicates if the request was successful
message
string
A message describing the result of the operation

Response Example

{
  "success": true,
  "message": "Webhook deleted successfully"
}