RemoveElevatorInputDownstreamAsync

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

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

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

Remove Elevator Input Downstream Async

Example in C#

// Returns: nothing
await client.RemoveElevatorInputDownstreamAsync(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/ElevatorInputDownstream?isOneToOne=True&relatedKey=ELEVATORINPUTDOWNSTREAM.KEY \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'