DeleteCardFormatAsync

Returns (Task)

Destroy the designated Card Format.

Name Description
cardFormat

Delete Card Format Async

Example in C#

// Returns: nothing
await client.DeleteCardFormatAsync(CardFormatInfo cardFormat);

Example in CURL



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