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