boundry.
RegionSydney, Australia
Documentation/deleteWebhook
DELETE/webhooks/{webhook_id}

deleteWebhook

Authentication

This operation does not declare an authentication requirement in the API contract.

Path parameters

NameTypeDescription
webhook_idrequiredstring

Request examples

request.sh
bash
curl --request DELETE 'https://api.au.boundry.dev/webhooks/string' \
+  -H 'Authorization: Bearer $BOUNDRY_API_KEY' \
+

200 response

Deletion confirmed

FieldTypeDescription
idrequiredstring

deletedrequiredboolean

Values: true.

response.jsonExample response
application/json
{
  "id": "string",
  "deleted": true
}