---
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

---

[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/b1d58ccf9003/schema)
