DELETE
/api/notifications
Delete notifications
Deletes one or more notifications.
curl -s -X DELETE "$BASE/api/notifications" \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{"ids": ["notif_1"]}'Request Body
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| ids | string[] | N | — | Notification IDs to delete |