cURL
curl --request DELETE \ --url https://service.bluumfinance.com/v1/webhooks/{webhook_id} \ --header 'Authorization: Basic <encoded-value>'
{ "code": "BLUM-401-001", "message": "Missing or invalid Authorization header." }
Deletes a webhook subscription.
HTTP Basic Authentication using the API Key as username and API Secret as password.
Webhook deleted successfully