Projects /
Delete project
Delete the given project. Fails if the project isn't empty.
Required permission
Project > Projects > Manage > Delete
Path parameters
projectId
string requiredID of the project
Response body
- {object}
Response object.
data
{object} requiredResult data.
API
CLI
JS Client
DELETE /v1/projects/{projectId}
Example response
200 OK
The operation was performed successfully.
JSON
{
"data": {}
}
Example response
409 Conflict
The project couldn't be deleted as it has dependencies that have not been deleted