Documentation Index
Fetch the complete documentation index at: https://dronebundle.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Requires an API key with full_access scope.
This action is irreversible. The webhook will stop receiving deliveries
immediately and all associated delivery logs will be removed.
Path parameters
The unique identifier of the webhook.
Response
Returns 204 No Content with an empty response body.
curl -X DELETE https://api.dronebundle.com/v1/webhooks/019d5221-b413-71a9-a56b-f70bc91efe63 \
-H "Authorization: Bearer v1_your_api_key_here"
Errors
404 Not Found - Webhook not found.
{
"message": "Webhook not found"
}