Delete a manual folder
DELETEhttps://platform.docana.com/api/v1/collections/:collectionId/folders/:folderId/
Deletes a manual folder. The documents and subfolders inside it move to the collection root — nothing is deleted with the folder. Connector-synced folders cannot be deleted here; unlink the connector instead. Requires write access to the collection.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The folder was deleted; its contents moved to the collection root
The request body, query, or path failed validation. See validationErrors.
The API key or session is missing, expired, or malformed.
No write access to the collection
No such manual folder in this collection
Unexpected server error.