Delete a project

Deprecated: use `DELETE /org/projects/{id}` instead. This route will be removed on 2026-11-24. Soft-delete a project. The project must be empty (no active resources).

Deprecated

DELETE/projects/{id}

Deprecated: use DELETE /org/projects/{id} instead. This route will be removed on 2026-11-24.

Soft-delete a project. The project must be empty (no active resources).

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Project ID

Response

Project deleted

no response body.
curl -X DELETE "https://example.com/projects/string"
Empty