Delete webhook (REST)
1 min
Delete webhook
List an existing webhook in a specific event
DELETE
https://api.brella.io/api/integration/organizations/{organizationId}/events/{eventId}/webhooks/{webhookId}
curl --location -g --request DELETE 'https://api.brella.io/api/integration/organizations/{organizationId}/events/{eventId}/webhooks/{webhookId}' \
--header 'Brella-API-Access-Token: String' \
--header 'Accept: application/vnd.brella.v4+json' \
--header 'Content-Type: application/json'