Deletes a door group. Returns (Task)
Overview of DeleteDoorGroupAsync goes here.
| Name | Description |
|---|---|
| item | The door group to delete |
Example in C#
// Returns: nothing
await client.DeleteDoorGroupAsync(DoorGroupInfo item);
Example in CURL
curl -X DELETE \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/doorgroups/GROUP.KEY \
-H 'Authorization: Bearer TOKEN_GOES_HERE'