Skip to main content

Delete a webhook

DELETE
https://dev.breeze-technologies.de/api/v3/wildfires/webhooks/:id

Unregister a webhook to stop receiving notifications for this endpoint.

DELETE /api/v3/wildfires/webhooks/:id
curl -X DELETE 'https://dev.breeze-technologies.de/api/v3/wildfires/webhooks/550e8400-e29b-41d4-a716-446655440000' \
-d api_token=<YOUR_API_TOKEN>

Parameters

NameDescriptionTypeData typeRequired
idThe webhook ID to deletepathstringYes
api_tokenThe current user's API tokenquerystringYes

Returns

{
"message": "Webhook deleted"
}