RemoveFloorScheduleAsync

Removes a floor schedule from an elevator access level. Returns (Task)

Un-register a Floor Schedule for the designated Schedule, Elevator Access Level, and Elevator Floors.

Name Description
elevatorAccessLevel The elevator access level to remove the floor schedule from
schedule The schedule to remove

Remove Floor Schedule Async

Example in C#

// Returns: nothing
await client.RemoveFloorScheduleAsync(ElevatorAccessLevelInfo elevatorAccessLevel, ScheduleInfo schedule);

Example in CURL



           curl -X DELETE \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/elevatoraccesslevels/ELEVATORACCESSLEVEL.KEY/floorschedules/SCHEDULES.KEY  \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'