Permanently dismiss a notification alert from the dashboard.
cURL
curl --request POST \ --url https://api.example.com/api/notifications/alerts/{log_id}/dismiss \ --header 'Authorization: Bearer <token>'
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response