DELETE api/travel/day/authorizedadult/{id}?cascade={cascade}
Deletes an authorized adult by its unique identifier.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The unique identifier of the authorized adult to delete. |
integer |
Required |
| cascade |
Optional. Boolean flag indicating whether to cascade delete related assignments. Query string parameter. Defaults to false. |
boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
Returns HTTP 204 (No Content) if the authorized adult was successfully deleted.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/javascript
Sample:
Sample not available.