RemoveControllerPackage

Remove the package by name that is installed on the controller Returns (Task)

This removes the controller package from the specified Mercury Controller.

Name Description
controller The Mercury controller to update
packageName The name of the package to remove

Remove Controller Package

Example in C#

// Returns: nothing
await client.RemoveControllerPackage(MercuryControllerInfo controller, String packageName);

Example in CURL



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