client.delete_project

Deletes a specified project.

Input ParametersTypeDefaultDescription
project_idstrNoneThe unique identifier for the project.
PROJECT_ID = 'example_project'

client.delete_project(
    project_id=PROJECT_ID
)
Return TypeDescription
boolA boolean denoting whether deletion was successful.
True

🚧

Caution

You cannot delete a project without deleting the datasets and the models associated with that project.