Delete Occupant Seat and Room Reservations

Deletes an Occupant's reservations (if any) which occur within a provided timeframe, and optionally that occur at a specific location. Deletes both seat and room reservations.

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

The user identifier for the Occupant whose reservations are being deleted.

Query Params
string
Defaults to US/Eastern

The timezone to be used when determining the specific timeframe for the default (no start and end times provided) reponse for this API. e.g. if US/Pacific is entered, reservations are deleted which occur during the current day as calculated based on the current US/Pacific time. Note that valid timezone names are available at https://momentjs.com/timezone/

uuid
Defaults to 000000

The optional identifier for the location that the reservations should be restricted to. If left blank, reservations for all locations will be deleted.

integer
Defaults to Start of the current day (based on provided timezone)

The Unix epoch time in milliseconds indicating the start of the timeframe being searched for reservations for the user.

integer
Defaults to End of the current day (based on provided timezone)

The Unix epoch time in milliseconds indicating the end of the timeframe being searched for reservations for the user.

Headers
string
required

Authorization token to access the API.

Responses
200

OK

401

Access token is missing or invalid

500

Unexpected Server Error

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