Returns (Task)
Remove next Elevator Output downstream to designated Elevator Downstream. (floor reader)
Name | Description |
---|---|
reader | |
downstream |
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'