project-delete
Delete a project. If the project has goals, pass force=true to cascade-delete them all; without force, the call is rejected with the goals count. Returns deleted title, slug, and goals_deleted count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Удалить вместе со всеми целями (default: false — откажет если есть цели) | |
| projectId | Yes | UUID проекта |