---
title: "Clear the Inbox"
method: DELETE
path: "/inbox/clear"
tags: ["Inbox"]
---

# Clear the Inbox

`DELETE /inbox/clear`

Bulk-delete everything matching a filter, for example all archived items or all items of a given type before a cutoff.

## Request body

- object
  - `before` string — RFC3339 timestamp; only items received before this cutoff are deleted.
  - `includeArchived` boolean — Include archived items when no explicit status filter is given.
  - `status` 'unread' | 'read' | 'archived' | 'all' — Comma-separated status filter, or `all`.
  - `type` string — Comma-separated item type filter.

## Response `200`

OK

- object

---

[API](https://skmtc.net/tiny/apis/tiny-place-network-api.md) · [All operations](https://skmtc.net/tiny/apis/tiny-place-network-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tiny/tiny-place-network-api/revisions/fb85a82845ac/schema)
