Deletes a document with the specified id, moving it to the trash section.
The document itself is deleted synchronously, while its children and related entities
are deleted asynchronously in the background if manage
permissions for this document.</Check>
Path parameters
documentId
The document id.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
alsoDeleteChildren
Whether all children of this document should be deleted.
Response
OK