Removes a next input downstream connection Returns (Task)
Remove next Input downstream to designated Downstream.
| Name | Description |
|---|---|
| target | The target downstream device |
| nextDownstream | The next input downstream to disconnect |
Example in C#
// Returns: nothing
await client.RemoveNextInputDownstreamAsync(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/NextInputDownstream/NEXTINPUTDOWNSTREAM.KEY \
-H 'Authorization: Bearer TOKEN_GOES_HERE'