v6

latestOpenAPI 3.0.0raw.githubusercontent.com2024-10-187525179.6 KB
Documents

Delete a document

Deleting a document moves it to the trash. If not restored within 30 days it is permenantly deleted.

post/documents.delete

Request body

idstring required

Unique identifier for the document. Either the UUID or the urlId is acceptable.

permanentboolean

If set to true the document will be destroyed with no way to recover rather than moved to the trash.

Example request

{
  "id": "hDYep1TPAM"
}

Response

OK

successboolean

Example response

{
  "success": true
}