Method
deleteProject DELETE
Copy DELETE

Delete a specified project from your organization.

Arguments:

REQUIRED KEY TYPE DESCRIPTION
Yes projectId str The unique ID of the project to delete.
No forceDelete bool If True, the project will be deleted even if it has active deployments.
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.

Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error

Exceptions:

TYPE WHEN
DataNotFoundError

projectId is not found.

ConflictError

The project has one or more active deployments or has models that are currently shared.

Language: