Returns ()
Destroy the Engage Reader Holiday on the designated Engage Reader.
Name | Description |
---|---|
reader | |
index |
Example in C#
// Returns: nothing
await client.DeleteEngageReaderHolidayAsync(EngageReaderInfo reader, Int32 index);
Example in CURL
curl -X DELETE \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/engagereaders/ENGAGEREADER.KEY/readerholidays/1 \
-H 'Authorization: Bearer TOKEN_GOES_HERE'