DeleteAssaAbloyIPLockModeAsync

Delete an Assa Abloy IP lock mode Returns ()

Overview of DeleteAssaAbloyIPLockModeAsync goes here.

Name Description
item The IP lock mode to delete

Delete Assa Abloy IPLock Mode Async

Example in C#

// Returns: nothing
await client.DeleteAssaAbloyIPLockModeAsync(AssaAbloyIPLockModeInfo item);

Example in CURL



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