DELETE api/Tickets/{id}
Cancels a ticket and frees its seat
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
200 OK, or 409 if the flight has already departed
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.