DELETE api/Clients/{id}
Deletes a client by its ID.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The ID of the client to delete. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
An HTTP response indicating the result of the delete operation, or conflict if the client has tickets on upcoming flights.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.