Returns (Task)
Take Card Format off of the designated Controller.
Name | Description |
---|---|
cardFormat |
Example in C#
// Returns: nothing
await client.RemoveCardFormatFromControllerAsync(ControllerCardFormatInfo cardFormat);
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'