Contracts APIDELETE/api/v1/contracts/{contractId}/contract-lines/{contractLineId}
Product availabilityAlgaPSA
Detach contract line
Detaches contract line from contract via removeContractLine().
Path parameters
contractIdstring <uuid>Required
Contract UUID from contracts.contract_id.
Response body
Success response 200 · schema QuotesContractsApiSuccessV1
anyOf (option 2)array of object
Response codes
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.