Skip to main content
DELETE
cURL

Authorizations

Authorization
string
header
required

Hiloop API key sent as an HTTP Bearer token.

Path Parameters

id
string
required

The project id to delete.

Query Parameters

cascade
boolean

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).

runs_deleted
string

The number of runs deleted.

volumes_deleted
string

The number of volumes deleted.

secrets_deleted
string

The number of project-scoped secrets deleted.

api_keys_deleted
string

The number of project-scoped API keys deleted (keys scoped to the whole organization are untouched).