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. |
| KEY | TYPE | DESCRIPTION |
|---|---|---|
| success | Boolean | true if the call succeeded, false if there was an error |
| TYPE | WHEN |
|---|---|
| DataNotFoundError |
|
| ConflictError | The project has one or more active deployments or has models that are currently shared. |