cURL
curl --request DELETE \ --url https://api.example.com/source-antibodies/{source_antibody_id} \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Delete a source antibody.
Blocked by DB if any candidate_source_antibodies row references it (ON DELETE RESTRICT), so existing candidates are protected.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response