DELETE api/Clientes/{id}

Deletes a client by Id.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The Id of the client to delete.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The delete result.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.