Add To Bin
DELETE/v1/:workspace_id/:file_id
Add a document to the bin for deletion.
Args: file_id (str): The id of the file to be added to the bin. metadata_repository (DocumentMetadataRepository): The repository for managing document metadata. user (TokenData): The token data of the authenticated user.
Returns
None: If the file is added to the bin.
Request
Responses
- 204
- 422
Successful Response
Validation Error