DELETE api/evinfo/customers/{customerId}/cars/{vehicleid}
Removes the existing car from table storage.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
customerId |
The customer identifier. |
string |
Required |
vehicleid |
The vehicleid. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Ok or NotFound
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.