cURL
curl --request DELETE \ --url https://api.example.com/v1/adc-designs/{design_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" }
Delete an ADC design. Idempotent at the candidate level — the parent candidate is untouched.
Cost: write — burns rate + quota. Does not debit credits.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response