Delete Document Collection
DELETE/v1/collections/:workspace_id/delete
Delete a document collection and all of its children documents.
Args
workspace_id (str): The ID of the workspace, collection_id (str): The id of the document collection, repository_collection: DocumentCollectionRepository = Depends(get_repository(DocumentCollectionRepository)), user (TokenData): The token data of the authenticated user,
Returns
None
Request
Responses
- 204
- 422
Successful Response
Validation Error