DeleteEngageReaderAsync

Returns ()

Destroy the designated Engage Reader.

Name Description
item

Delete Engage Reader Async

Example in C#

// Returns: nothing
await client.DeleteEngageReaderAsync(EngageReaderInfo item);

Example in CURL


curl -X DELETE \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/engagereaders/ENGAGEREADER.KEY \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'