Returns ()
Destroy the designated AutoUnlockSchedule.
| Name | Description |
|---|---|
| reader | |
| index |
Example in C#
// Returns: nothing
await client.DeleteAutoUnlockScheduleAsync(EngageReaderInfo reader, Int32 index);
Example in CURL
curl -X DELETE \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/engagereaders/ENGAGEREADER.KEY/autounlockschedules/1 \
-H 'Authorization: Bearer TOKEN_GOES HERE'