Delete v1projects
Delete a project within the caller’s organization. By default a project that still has runs, volumes,
secrets, API keys, or other product resources cannot be deleted — remove those first —
and the call returns a conflict. Set cascade to delete those resources in one transaction.
Deleting a project that does not exist in the caller’s organization is not_found. The response
reports how many of each dependent resource the delete actually removed.
Authorizations
Hiloop API key sent as an HTTP Bearer token.
Path Parameters
The project id to delete.
Query Parameters
When true, also delete the project's runs and other product resources; otherwise a project with resources returns a conflict.
Response
OK
The delete's effect report: how many of each dependent resource the call actually removed. All counts are zero for a non-cascading delete (it only ever removes a project with no dependents).