Delete contract line
DELETE
https://api.light.inc/v1/contracts/{contractId}/lines/{lineId}
Deletes a contract line item
Only while the contract is DRAFT (CONTRACT_CANNOT_BE_MODIFIED); unknown line is 404 CONTRACT_LINE_NOT_FOUND.
Authorization
Send one of these on every request. See Authentication for how to get credentials.
- API key
Basic authentication header of the form Basic <api_key>, where <api_key> is your api key.
- Bearer token
Path parameters
-
contractIdstring · uuidrequired -
lineIdstring · uuidrequired
Headers
-
X-Idempotency-Keystring
Response
This endpoint returns no content.