DELETE api/evinfo/customers/{customerId}/cars/{vehicleid}

Removes the existing car from table storage.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
customerId

The customer identifier.

string

Required

vehicleid

The vehicleid.

string

Required

Body Parameters

None.

Response Information

Resource Description

Ok or NotFound

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.