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