DeleteAscendCabinAccessAsync

Deletes a Ascend Cabin Access configuration Returns (Task.)

Overview of DeleteAscendCabinAccessAsync goes here.

Name Description
item The item.

Delete Ascend Cabin Access Async

Example in C#

// Returns: nothing
await client.DeleteAscendCabinAccessAsync(AscendCabinAccessInfo item);

Example in CURL



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