Delete a folderAsk AIdelete https://api.sbgenomics.com/v2/files/{folder_id}This call deletes a folder. Only an empty folder can be deleted.Path Paramsfolder_idstringrequiredThe ID of the folder you want to delete. Use the call to list files and folders in a project to get the ID.HeadersX-SBG-Auth-TokenstringrequiredYour Seven Bridges Platform authentication token. For security reasons, token will not be automatically populated in the generated code sample. Please replace <your-token-here> with your token before executing this call.Updated 5 months ago