Ventia
Webhooks
DELETE
/webhooks/{id}
api-key<token>

In: query

Path Parameters

id*string

Unique identifier of the webhook.

Response Body

application/json

application/json

application/json

curl -X DELETE "https://api.getventia.com/api/v1.0/webhooks/string"
{
  "success": true
}
{
  "success": false,
  "error": "Unauthorized"
}
{
  "success": false,
  "error": "Internal server error"
}