---
title: "Delete a notification"
method: DELETE
path: "/api/v1/notifications/{id}"
tags: ["notifications"]
---

# Delete a notification

`DELETE /api/v1/notifications/{id}`

## Path parameters

- `id` string, required — Notification identifier.

## Response `200`

OK

- NotificationEnvelope
  - `notification` NotificationResponse, required
    - `body` string, required
    - `createdAt` string, date-time, required
    - `id` string, required
    - `prUrl` string, required
    - `projectId` string, required
    - `resolvedAt` string, date-time, nullable
    - `sessionId` string, required
    - `status` 'unread' | 'read', required — Seen state. unread means the user has not opened the notification panel since it arrived.
    - `target` NotificationTarget, required
      - `kind` 'session' | 'pr', required
      - `prUrl` string
      - `sessionId` string, required
    - `title` string, required
    - `type` 'needs_input' | 'ready_to_merge' | 'pr_merged' | 'pr_closed_unmerged', required

## Other responses

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

## Changes

- **2026-09-20** `5d3b64a002cd` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/changes/api/v1/notifications/:id/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/cfaec3fcda51?raw)
