Skip to main content
curl -X DELETE https://api.dronebundle.com/v1/webhooks/019d5221-b413-71a9-a56b-f70bc91efe63 \
  -H "Authorization: Bearer v1_your_api_key_here"
{}
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

webhookId
string
required
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"
}