---
title: "Delete document by ID or customId"
method: DELETE
path: "/v3/documents/{id}"
tags: ["Manage Documents"]
---

# Delete document by ID or customId

`DELETE /v3/documents/{id}`

Delete a document by ID or customId

## Path parameters

- `id` string, required

## Response `204`

Document deleted successfully

## Other responses

- `401` — Unauthorized
- `404` — Document not found
- `500` — Internal server error

## Changes

- **2026-01-28** `228aa031e151` — 1 info
  - api operation id `deleteV3Documents:id` removed and replaced with `deleteV3DocumentsById`

[Change history](https://skmtc.dev/supermemoryai/apis/supermemory-api/changes/v3/documents/:id/delete.md)

---

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