Unschedule Trips

Takes trips off their routes and returns them to the day's unscheduled pool. The inverse of saveRoute.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params

Body for route/unscheduleTrips: the trips to take off their routes, identified by GUID, and
the operating day they belong to.

Trips are named by GUID rather than by service id deliberately. A trip is two events - a
pickup and a dropoff - and both must leave the route together; naming one service id invites
a caller to remove half a trip, which leaves work on the route that dispatch cannot see.

string
date-time

The operating day the trips are scheduled on. Required: the unscheduled holding run is
per day, so the trips cannot be moved to it without knowing which day they belong to.

trip_guids
array of uuids

The trips to unschedule, by GUID.

trip_guids
Headers
string

access token

string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses
200

result message

400

Missing or unaligned data. Error message will be returned with response.

403

The api key used does not have access to this resource.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!