DeleteEngageReaderHolidayAsync

Deletes a holiday from an Engage reader. Returns ()

Destroy the Engage Reader Holiday on the designated Engage Reader.

Name Description
reader The Engage reader to update
index The holiday index to delete

Delete Engage Reader Holiday Async

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'