DeleteInputAsync

Delete an input Returns (Task.)

Overview of DeleteInputAsync goes here.

Name Description
item The input to delete

Delete Input Async

Example in C#

// Returns: nothing
await client.DeleteInputAsync(InputInfo item);

Example in CURL



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