POST api/travel/day/authorizedadult/{id}/unassign/{childId}

Unassigns an authorized adult from a child. This removes the association between the authorized adult and the specified child.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The unique identifier of the authorized adult to unassign.

integer

Required

childId

The unique identifier of the child to unassign the authorized adult from.

integer

Required

Body Parameters

None.

Response Information

Resource Description

Returns HTTP 204 (No Content) if the unassignment was successful.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/javascript

Sample:

Sample not available.