DeleteDoorAsync

Delete a door Returns (Task.)

Overview of DeleteDoorAsync goes here.

Name Description
item The door to delete

Delete Door Async

Example in C#

// Returns: nothing
await client.DeleteDoorAsync(DoorInfo item);

Example in CURL



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