Skip to content

Dismiss a notification

POST
/databases/{id}/notifications/dismiss
curl --request POST \
--url https://api.reflexdb.cloud/v1/databases/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/notifications/dismiss \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "eventId": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0" }'

Advances the notification cursor past the specified event, removing it from the notification queue. Returns 409 if the notification is sticky (issue not yet resolved).

id
required
string format: uuid

Database ID

Media type application/json
object
eventId
required
string format: uuid
Example generated
{
"eventId": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0"
}

Default Response

Media type application/json
object
ok
required
boolean
Example generated
{
"ok": true
}

Default Response

Media type application/json
Error
object
error
required
string
message
string
Example generated
{
"error": "example",
"message": "example"
}

Default Response

Media type application/json
Error
object
error
required
string
message
string
Example generated
{
"error": "example",
"message": "example"
}

Default Response

Media type application/json
Error
object
error
required
string
message
string
Example generated
{
"error": "example",
"message": "example"
}

Default Response

Media type application/json
Error
object
error
required
string
message
string
Example generated
{
"error": "example",
"message": "example"
}