DELETE api/travel/day/traveldate/{id}?cascade={cascade}

Deletes a travel date by its unique identifier. The deletion is performed with cascade enabled, meaning related records may also be affected.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The unique identifier of the travel date to delete.

integer

Required

cascade

Whether to cascade the delete to related records.

boolean

Default value is True

Body Parameters

None.

Response Information

Resource Description

Returns HTTP 204 (No Content) if the travel date was successfully deleted

IHttpActionResult

None.

Response Formats

application/json, text/json, application/javascript

Sample:

Sample not available.