Skip to main content
DELETE
/
v1
/
webhooks
/
{webhook_id}
Delete a webhook endpoint
curl --request DELETE \
  --url https://api.example.com/v1/webhooks/{webhook_id} \
  --header 'Authorization: Bearer <token>'
{
  "code": "insufficient_credits",
  "credit_balance": 0,
  "credit_cost": 1,
  "detail": "Humanization costs 1 credit; balance is 0.",
  "instance": "/v1/jobs",
  "request_id": "req_01JBX6Y6ZK6N8Q7YJ0F5VX2C3D",
  "status": 402,
  "title": "Insufficient credits",
  "type": "https://docs.kallima.bio/errors/insufficient_credits"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

webhook_id
string<uuid>
required

Response

Successful Response