VerityVerity API
API Reference

Delete webhook endpoint

Soft-delete a webhook endpoint. It will no longer receive deliveries.

DELETE
/webhooks/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

API keys are prefixed with vrt_live_ for production or vrt_test_ for testing. Example: vrt_live_abc123xyz

In: header

Path Parameters

id*integer

Response Body

application/json

curl -X DELETE "https://verity.backworkai.com/api/v1/webhooks/0"
{
  "success": true,
  "data": {
    "id": 0,
    "deleted": true
  }
}