cURL
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" }
Permanently delete a webhook endpoint. Pending deliveries are orphaned.
Cost: write — burns rate + quota.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response