Delete a project
DELETE v1/projects/{:projectId}
Allows to delete a project (along with all existing associations with resources and allocations) from the owned workspace.
Path Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| projectId | string (uuid) | Project internal identifier | Yes |
Request Body Parameters
No body parameters
Response
{
"status": 204,
"value": {
"message": "string",
"status": 204
}
}
| Name | Type | Description | Required | Default |
|---|---|---|---|---|
| message | string | Message of the response | Yes | - |
| status | number | Status of the response | Yes | 204 |