Delete a project (two-step; ?confirm=true, ?dryRun=true)
Projects
Delete a project (two-step; ?confirm=true, ?dryRun=true)
Deletes the project (child org) and cascades across its whole entity tree. Follows the v2 deletes convention — deliberately two-step:
- Without
?confirm=true(or with?dryRun=true) → HTTP 200 with the impact preview{ id, name, confirmationRequired: true, willDelete: { workspaces, tables, rows } }; nothing removed. - With
?confirm=true→ deletes and returns{ id, name, deleted: true }.
DELETE
Delete a project (two-step; ?confirm=true, ?dryRun=true)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The project (child org) id.
Query Parameters
Must be true to actually delete. Omit for the impact preview.
Force the impact preview even when confirm is set.
Response
The impact preview (unconfirmed / dryRun) or the delete receipt (confirmed).