DELETE /api/v1/projects/{project_id}
Requires projects.delete permission. This operation cascades to all environments, flags, rules, API keys, and project members associated with the project.
Path parameters
UUID of the project to delete.
Response
Always
true when the deletion succeeds.Errors
| Status | When |
|---|---|
403 | Caller lacks projects.delete permission |
404 | Project not found |