Delete a reader Returns (Task.)
Overview of DeleteReaderAsync goes here.
| Name | Description |
|---|---|
| item | The reader to delete |
Example in C#
// Returns: nothing
await client.DeleteReaderAsync(ReaderInfo item);
Example in CURL
curl -X DELETE \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/readers/READER.KEY \
-H 'Authorization: Bearer TOKEN_GOES_HERE'