projects

Deletes a TeamFolder with its contents (Folders, Repositories, Workspaces, ReleaseConfigs, and WorkflowConfigs).

post/v1/{+name}:deleteTree

Path parameters

namestring required

Required. The TeamFolder's name. Format: projects/{project}/locations/{location}/teamFolders/{team_folder}

Request body

forceboolean

Optional. If false (default): The operation will fail if any Repository within the folder hierarchy has associated Release Configs or Workflow Configs. If true: The operation will attempt to delete everything, including any Release Configs and Workflow Configs linked to Repositories within the folder hierarchy. This permanently removes schedules and resources.

Response

Successful response

Changes