---
title: "Delete Document Embed"
method: DELETE
path: "/v1/documents/{documentId}/embeds/{embedId}"
tags: ["Embedding Utils"]
---

# Delete Document Embed

`DELETE /v1/documents/{documentId}/embeds/{embedId}`

Deletes an existing document embed. This will cause the document viewer to fail when attempting to load this document embed.

## Path parameters

- `documentId` string, uuid, required
- `embedId` string, uuid, required

## Response `204`

OK. Occurs when the document embed is deleted successfully.

## Other responses

- `403` — Forbidden. Occurs when the access token isn't allowed to delete the embed.

---

[API](https://skmtc.net/lucid/apis/lucid-rest-api.md) · [All operations](https://skmtc.net/lucid/apis/lucid-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lucid/lucid-rest-api/revisions/6a32cb9e1aa7/schema)
