DELETE api/Clientes/{id}
Deletes a client by Id.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The Id of the client to delete. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The delete result.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.