Projekty

Delete a project

DELETE
/cloud/project/{uuid}/

Removes a Public Cloud project from the portal (soft-delete). Only the project owner (superadmin) can delete it. Delete all virtual machines and private networks first; backup jobs are removed automatically. Metered usage history and the project row (including pool ids) are kept for billing. Write access is also blocked when the owner's account is on hold or card verification is still required.

Authorization

bearerAuth
AuthorizationBearer <token>

API key created in the portal (Settings → API Keys). Send as Authorization: Bearer <key>.

In: header

Path Parameters

uuid*string

Project UUID.

Response Body

curl -X DELETE "https://example.com/cloud/project/string/"
Empty