RemoveLedConfigurationsFromControllerAsync

Removes LED configurations from a controller. Returns (Task)

Overview of RemoveLedConfigurationsFromControllerAsync goes here.

Name Description
ledConfigurations The LED configuration to remove

Remove Led Configurations From Controller Async

Example in C#

// Returns: nothing
await client.RemoveLedConfigurationsFromControllerAsync(LedConfigurationInfo ledConfigurations);

Example in CURL



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