Returns (Task)
Un-register the Local Area from the designated Controller.
Name | Description |
---|---|
localArea | |
readerLink |
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'