Deletes a project owned by the current user.
DELETE
/v1/projects/:projectIdA project can only be deleted once it is empty. If it still owns any VMs, networks or public IPs
the request fails with 409 Conflict and nothing is deleted — remove those resources
first, then retry. Deletion does not cascade.
Request
Responses
- 200
- 400
- 404
- 409
The project was deleted.
Bad Request
No project with the given id is owned by the current user.
The project still owns resources (VMs, networks or public IPs) and cannot be deleted yet.