---
title: "Delete a inbox item"
method: DELETE
path: "/inbox/{id}"
tags: ["Inbox"]
---

# Delete a inbox item

`DELETE /inbox/{id}`

Delete a inbox item by its unique identifier for the authenticated team.

## Path parameters

- `id` string, required — The unique identifier of the inbox item to delete.

## Response `200`

Delete a inbox item by its ID.

- object — Response schema for a successfully deleted inbox item.
  - `id` string, required — The unique identifier of the deleted inbox item.

## Other responses

- `default` — An error occurred

---

[API](https://skmtc.net/midday-ai/apis/midday-api.md) · [All operations](https://skmtc.net/midday-ai/apis/midday-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/midday-ai/midday-api/versions/c0df9243c1b0/schema)
