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_id
Folder ID.
Response
This endpoint returns an object.
deleted
True when the folder was deleted.
folder_id
Deleted folder ID.
Errors
401
Authentication Error
404
Folder Not Found
409
Folder Not Empty
