DELETE api/Airplanes/{id}

Deletes an airplane if it has never been used in any flights.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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:

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.