DeleteOutputAsync

Delete an output Returns (Task.)

Overview of DeleteOutputAsync goes here.

Name Description
item The output to delete

Delete Output Async

Example in C#

// Returns: nothing
await client.DeleteOutputAsync(OutputInfo item);

Example in CURL



           curl -X DELETE \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/outputs/OUTPUT.KEY \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'