Brault Developers

Delete a webhook endpoint

Regionalus.api.brault.appfollows the region selector in the top bar
DELETE
/v1/webhooks/{webhookId}

Soft delete. Pending deliveries are cancelled and the endpoint stops receiving events at once.

AuthorizationBearer <token>

API key from Settings → Developers

In: header

Path Parameters

webhookId*string

Response Body

application/json

application/json

curl -X DELETE "https://example.com/v1/webhooks/string"
{  "object": "deleted",  "id": "string",  "deleted": true}