cURL
curl --request DELETE \ --url https://api.example.com/v1/therapeutic-candidates/{candidate_id}/source-antibodies/{source_antibody_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" }
Remove the junction row linking a source antibody to a candidate.
Idempotent — unlinking a pair that isn’t linked is a no-op that still returns 204. The underlying source antibody row is untouched.
204
Cost: read — rate bucket only.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response