Delete a Contract
delete
/primeapi/restapi/contract/{id}
Send a request to this endpoint to delete a contract.
Request
Path Parameters
-
id: integer(int64)
The system-generated identifier of a contract.
Response
Supported Media Types
- application/json
204 Response
Successful operation with no content.
404 Response
Invalid input for the Contract service. Verify the request contains valid data, then resubmit the request.