Deletes the document space with the specified id.

The documents in this space and their related entities (comments, etc.) will be unrecoverably deleted in the background asynchronously. <Check title="Required Permissions" icon="key">The user must be an admin.</Check>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

documentSpaceIdstringRequiredformat: "uuid"
The id of the document space to delete.

Response

No Content

Errors

401
Unauthorized Error
404
Not Found Error