Skip to main content
POST
Dismiss Alert
Use this API to dismiss an alert so it no longer appears in the active list.

Endpoint

POST https://api.velt.dev/v2/memory/alerts/dismiss

Headers

string
required
Your API key.
string
required

Body

Params

object
required

Example Requests

Dismiss an alert

Response

The response confirms the dismissal. An alertId that does not exist returns a 500 INTERNAL error. Dismissing an already-dismissed alert succeeds and updates the dismissal timestamp.

Success Response

Failure Response