---
title: "Dissociate a document from a project"
method: DELETE
path: "/project/{project_id}/document/{document_path}"
tags: ["Content Document Operations"]
---

# Dissociate a document from a project

`DELETE /project/{project_id}/document/{document_path}`

Dissociate a document from a project.

The project has to be in unaccepted state.

## Path parameters

- `project_id` string, required
- `document_path` string, required

## Response `200`

OK. The document was dissociated from the project.

## Other responses

- `204` — No Content. The document was not associated to that project.
- `403` — Forbidden
- `409` — Conflict. The current status of either the document or the project does not allow to perform the operation.

---

[API](https://skmtc.net/bloomreach/apis/documents-delivery-api-2-0.md) · [All operations](https://skmtc.net/bloomreach/apis/documents-delivery-api-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bloomreach/documents-delivery-api-2-0/revisions/87bfc06578c2/schema)
