Nine Minds
/ Developers
Overview
API reference
Guides
Playground
Search reference and guides…
⌘K
GitHub
API keys
API reference · Contract Lines
DELETE
/api/v1/contract-lines/{id}/services/{serviceId}
Remove service from contract line
Removes one service configuration from a contract line.
Path parameters
id
string <uuid>
Required
Contract line UUID from contract_lines.contract_line_id.
serviceId
string <uuid>
Required
Service UUID from service_catalog.service_id.
Response codes
204
Service removed.
401
x-api-key missing at middleware.
500
Request context missing or service removal failure.