DeleteUserReadNotificationAsync

Deletes a user read notification record Returns (Task)

Overview of DeleteUserReadNotificationAsync goes here.

Name Description
UserReadNotification The user read notification to delete

Delete User Read Notification Async

Example in C#

// Returns: nothing
await client.DeleteUserReadNotificationAsync(UserReadNotificationInfo UserReadNotification);

Example in CURL



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