Delete an ACRE Intrusion door entry from an access level Returns (Task)
Overview of DeleteAccessLevelAcreIntrusionEntryItemAsync goes here.
| Name | Description |
|---|---|
| accessLevel | The access level to remove the entry from |
| entryItem | The ACRE Intrusion door entry item to delete |
Example in C#
// Returns: nothing
await client.DeleteAccessLevelAcreIntrusionEntryItemAsync(AccessLevelInfo accessLevel, AccessLevelAcreIntrusionEntryItem entryItem);
Example in CURL
curl -X DELETE \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/accesslevels/ACCESSLEVEL.KEY/acreintrusionentries/ACREINTRUSIONDOOR.KEY \
-H 'Authorization: Bearer TOKEN_GOES_HERE'