RemoveElevatorOutputDownstreamAsync

Removes an elevator output downstream connection from a reader Returns (Task)

Remove next Elevator Output downstream to designated Elevator Downstream. (floor reader)

Name Description
reader The reader to remove the elevator output from
downstream The downstream device to disconnect

Remove Elevator Output Downstream Async

Example in C#

// Returns: nothing
await client.RemoveElevatorOutputDownstreamAsync(MercuryReaderInfo reader, MercuryDownstreamInfo downstream);

Example in CURL



           curl -X DELETE \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/controllers/CONTROLLER.KEY/downstream/DOWNSTREAM.KEY/connections/ElevatorOutputDownstream?isOneToOne=True&relatedKey=ELEVATOROUTPUTDOWNSTREAM.KEY \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'