Skip to main content

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​

NameTypeDescriptionRequired
projectIdstring (uuid)Project internal identifierYes

Request Body Parameters​

 No body parameters

Response​

{
"status": 204,
"value": {
"message": "string",
"status": 204
}
}
NameTypeDescriptionRequiredDefault
messagestringMessage of the responseYes-
statusnumberStatus of the responseYes204