Nurama Developers
Projects

Mark a project for deletion.

Requires `canDeleteProject`. Holders are identical to `canUpdateProject` — which is what this route used to check — so no caller's access changed; the right that names the operation is now the one that gates it, so revoking it from a role actually blocks deletion.

DELETE
/projects/{projectId}

Requires canDeleteProject. Holders are identical to canUpdateProject — which is what this route used to check — so no caller's access changed; the right that names the operation is now the one that gates it, so revoking it from a role actually blocks deletion.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

projectId*string

Unique ID of the project.

Formatuuid

Response Body

application/json

curl -X DELETE "https://example.com/projects/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty