RemoveNextOutputDownstreamAsync

Removes a next output downstream connection Returns (Task)

Remove next Output downstream to designated Downstream.

Name Description
target The target downstream device
nextDownstream The next output downstream to disconnect

Remove Next Output Downstream Async

Example in C#

// Returns: nothing
await client.RemoveNextOutputDownstreamAsync(MercuryDownstreamInfo target, MercuryDownstreamInfo nextDownstream);

Example in CURL



           curl -X DELETE \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/controllers/CONTROLLER.KEY/downstream/DOWNSTREAM.KEY/connections/NextOutputDownstream/NEXTOUTPUTDOWNSTREAM.KEY \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'