Steps
- Resolve the target project with
GET /projects. - Call
DELETE /projects/{project_id}?dry_run=true. - Show the preview summary to the user.
- Ask for explicit confirmation.
- Apply the delete with
DELETE /projects/{project_id}and anIdempotency-Key.