---
title: "Mark expired notifications"
method: POST
path: "/notifications/scheduled/expire"
tags: ["scheduled-notifications"]
---

# Mark expired notifications

`POST /notifications/scheduled/expire`

Manually trigger marking of expired notifications (pending notifications that are past their scheduled time).
    This is normally done automatically every hour by the cron job.

## Response `200`

Expired notifications marked successfully

- object
  - `count` number — Number of notifications marked as expired

## Other responses

- `401` — Unauthorized - Invalid or missing JWT token
- `403` — Forbidden - Admin role is required

---

[API](https://skmtc.dev/tonewow/apis/tonewow-database-api.md) · [All operations](https://skmtc.dev/tonewow/apis/tonewow-database-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tonewow/tonewow-database-api/revisions/f36472974ad4/schema)
