DELETE api/Contracts/{id}
Deletes a specific contract by id.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Remarks
404 Not found is returned if the specified contract cannot be found.
Example
None.
Response Information
Resource Description
Ok if all is well
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.