DeleteControllerAsync

Returns (Task)

Destroy the designated Controller.

Name Description
controller

Delete Controller Async

Example in C#

// Returns: nothing
await client.DeleteControllerAsync(ControllerInfo controller);

Example in CURL



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