v1
latestOpenAPI 3.0.22026-07-17373198641.7 KBproject
v1
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]
post/api/v1/project/projects/{id}/unmark_delete/
Path parameters
idstring required
A unique integer value identifying this project.
Request body
Example request
{
"all": true,
"remove_all": true,
"exclude_document_ids": [
0,
0
]
}Response
Example response
{
"count_deleted": 0
}