Delete Folder

Delete an empty owned folder. This operation is non-recursive and returns 409 when the folder contains documents or child folders.

Authentication

AuthorizationBearer

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

Path parameters

folder_idUUIDRequired
Folder ID.

Response

This endpoint returns an object.
deletedboolean
True when the folder was deleted.
folder_idUUID
Deleted folder ID.

Errors

401
Authentication Error
404
Folder Not Found
409
Folder Not Empty