gitpod.v1.ProjectService

DeleteProjects

Deletes multiple projects in a single request.

Use this method to:

  • Bulk remove unused projects
  • Clean up multiple test projects
  • Reduce API calls when deleting many projects

Examples

  • Delete multiple projects:

    Deletes several projects in one request.

    projectIds:
      - "b0e12f6c-4c67-429d-a4a6-d9838b5da047"
      - "c1f23g7d-5d78-430e-b5b7-e0949c6eb158"
    
post/gitpod.v1.ProjectService/DeleteProjects

Request body

projectIdsstring[]

Response

Success

deletedProjectIdsstring[]

deleted_project_ids contains the IDs of successfully deleted projects

Changes