---
title: "POST /api/v1/project/projects/{id}/unmark_delete/"
method: POST
path: "/api/v1/project/projects/{id}/unmark_delete/"
tags: ["project", "v1"]
---

# POST /api/v1/project/projects/{id}/unmark_delete/

`POST /api/v1/project/projects/{id}/unmark_delete/`

Method removes soft delete sign from project only (remove_all=False) or
from the project and the project's documents (remove_all=True)
    Body params:
        - all: bool - unmark all filtered by a user documents
        - remove_all: bool - unmark project+documents
        - exclude_document_ids: List[int]

## Path parameters

- `id` string, required

## Request body

- MarkUnmarkForDeleteProjectsRequest
  - `all` boolean
  - `remove_all` boolean
  - `exclude_document_ids` integer[]

## Response `201`

- MarkUnmarkForDeleteProjectsReponse
  - `count_deleted` integer, required

---

[API](https://skmtc.net/lexpredict/apis/contraxsuite-api.md) · [All operations](https://skmtc.net/lexpredict/apis/contraxsuite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lexpredict/contraxsuite-api/versions/3429f921b4cb/schema)
