Ventia
Webhooks
DELETE
/webhooks/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

API key sent as Authorization: Bearer <API_KEY>.

In: header

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