deleteFileFolders
Recursively delete folders. All folder contents will be permanently deleted. Folder names must consist of a full path beginning from "/".
deleteFileFolders(
folders: [String!]!
): OperationCompletedSuccessfully!
Recursively delete folders. All folder contents will be permanently deleted. Folder names must consist of a full path beginning from "/".
deleteFileFolders(
folders: [String!]!
): OperationCompletedSuccessfully!
deleteFileFolders.folders
● [String!]!
non-null scalarOperationCompletedSuccessfully
object