Description
Soft-deletes the project. The project keeps its history but stops accepting new releases and deployments.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
projectId |
query | string | yes | ID of the project to delete. |
Errors
| Status | Meaning |
|---|---|
400 |
Invalid projectId. |
401 |
Missing or invalid Basic auth credentials, or the service account lacks the required role. |