Skip to main content
DELETE
/
webhooks
/
{webhook_id}
Delete a webhook
curl --request DELETE \
  --url https://service.bluumfinance.com/v1/webhooks/{webhook_id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "status": "success",
  "message": "Webhook deleted successfully"
}

Authorizations

Authorization
string
header
required

HTTP Basic Authentication using the API Key as username and API Secret as password.

Path Parameters

webhook_id
string<uuid>
required

Response

Webhook deleted successfully

status
string
message
string