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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.vartiq.com/llms.txt

Use this file to discover all available pages before exploring further.

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"
}