RemoveReaderFromLocalAreaAsync

Removes a reader from a local area. Returns (Task)

Un-register the Local Area from the designated Controller.

Name Description
localArea The local area to remove the reader from
readerLink The reader link to remove

Remove Reader From Local Area Async

Example in C#

// Returns: nothing
await client.RemoveReaderFromLocalAreaAsync(LocalAreaInfo localArea, ObjectLinkItem readerLink);

Example in CURL



           curl -X DELETE \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/controllers/CONTROLLER.KEY/localareas/LOCALAREA.KEY/readers/READER.KEY \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'