Method
Delete a specified project from your organization.
| 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.
| KEY |
TYPE |
DESCRIPTION |
| success |
Boolean |
true if the call succeeded, false if there was an error |
| TYPE |
WHEN |
| DataNotFoundError |
`projectId` is not found. |
| ConflictError |
The project has one or more active deployments or has models that are currently shared. |