DELETE api/Customers/{id}

Delete an existing customer.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The customer identifier.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The result of the customer deletion operation.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.