Blooio API Reference
Webhooks

Delete a webhook

DELETE
/webhooks/{webhookId}

Permanently delete a webhook.

Authorization

BearerAuth
AuthorizationBearer <token>

API key authentication. Use your API key as the bearer token.

In: header

Path Parameters

webhookId*string

Webhook ID

Match^wh_[a-zA-Z0-9]+$

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/webhooks/wh_abc123def456"
{
  "success": true,
  "message": "Webhook deleted"
}
{
  "error": "string",
  "message": "string",
  "status": 0,
  "code": "string"
}
{
  "error": "string",
  "message": "string",
  "status": 0,
  "code": "string"
}