Deletes a notification. Returns (Task)
Overview of DeleteNotificationAsync goes here.
| Name | Description |
|---|---|
| Notification | The notification to delete |
Example in C#
// Returns: nothing
await client.DeleteNotificationAsync(NotificationInfo Notification);
Example in CURL
curl -X DELETE \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/notifications/NOTIFICATION.KEY \
-H 'Authorization: Bearer TOKEN_GOES_HERE'