DELETE api/Airplanes/{id}
Deletes an airplane if it has never been used in any flights.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The ID of the airplane to delete. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
An HttpMessage indicating the result of the operation:
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.