Document

Delete documents

Soft delete one or more documents by moving them to trash.

delete/api/projects/{projectId}/documents

Path parameters

projectIdstring uuid required

Project unique identifier

Request body

idsstring[] required

List of document IDs to delete

Response

List of deleted document IDs

string[] required

List of deleted document IDs

Changes