---
title: "Clear all notifications"
method: DELETE
path: "/api/v1/notifications"
tags: ["notifications"]
---

# Clear all notifications

`DELETE /api/v1/notifications`

## Response `200`

OK

- ClearNotificationsResponse
  - `clearEpoch` string, required — Daemon epoch for ordering notification clears across one daemon lifetime.
  - `clearId` string, required — Identifier shared with the ordered notification_cleared stream event.
  - `clearSequence` integer, required — Monotonic notification-clear sequence within clearEpoch.
  - `clearedCount` integer, required — Number of notifications deleted.

## Other responses

- `500` — Internal Server Error
- `501` — Not Implemented

## Changes

- **2026-09-20** `18ef9deb25de` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/changes/api/v1/notifications/delete.md)

---

[API](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon.md) · [All operations](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/llms.txt) · [OpenAPI document](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/revisions/5d3b64a002cd?raw)
