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
/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 In: header
Path Parameters
Project ID
Response
Project deleted
curl -X DELETE "https://example.com/projects/string"{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}patchUpdate a project
Deprecated: use `PATCH /org/projects/{id}` instead. This route will be removed on 2026-11-24. Update a project's name or status.
getGet project limits
Deprecated: use `GET /org/projects/{id}/limits` instead. This route will be removed on 2026-11-24. Get the resource limit overrides for a project. Null values mean no project-level cap (org limit applies).