Delete webhook for a campaign.
curl --request DELETE \ --url https://api.sendo.dev/v1/webhook/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
The ID of the webhook to delete.
Whether the deletion succeeded.