Delete Contract Line Items by Contract
delete
/primeapi/restapi/contractLineItem/contract/{id}
Send a request to this endpoint to delete contract line items that meet the following requirements:
- The object is associated with a contract with an ID value that matches the value of the {id} path parameter.
Request
Supported Media Types
- application/json
Path Parameters
-
id: integer(int64)
The system-generated identifier of a contract.
Response
Supported Media Types
- application/json
- application/xml
204 Response
Successful operation with no content.
400 Response
Invalid Input.