API reference · Quotes & Contracts v1
DELETE/api/v1/contracts/{contractId}/contract-lines/{contractLineId}

Detach contract line

Detaches contract line from contract via removeContractLine().

RBAC · contract_line

Path parameters

contractIdstring <uuid>Required
Contract UUID from contracts.contract_id.

Response body

Success response 200 · schema QuotesContractsApiSuccessV1

dataanyOfRequired
anyOf (option 1)object
anyOf (option 2)array of object
itemsobject
metaobject

Response codes

200
Operation succeeded.
204
Delete-like operation can return no content.
400
Validation or request parsing failure.
401
API key missing/invalid or associated user missing.
403
RBAC denied for contract resource action.
404
Target record not found.
500
Unexpected controller/service failure.