DeleteAcreIntrusionOutputAsync

Deletes an ACRE intrusion output. Returns (Task)

Overview of DeleteAcreIntrusionOutputAsync goes here.

Name Description
AcreIntrusionOutput The ACRE intrusion output to delete

Delete Acre Intrusion Output Async

Example in C#

// Returns: nothing
await client.DeleteAcreIntrusionOutputAsync(AcreIntrusionOutputInfo AcreIntrusionOutput);

Example in CURL



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