CHW-4831 OrgDeleteSimulateRequired
this org requires a preview before deletion — POST /api/orgs/{id}/delete/preview first and submit the returned simulate_id on the DELETE
Default message: this org requires a preview before deletion — POST /api/orgs/{id}/delete/preview first and submit the returned simulate_id on the DELETE
HTTP status:409(client)
Problem. DELETE /api/orgs/{id} (or the admin sibling) was
rejected. Cause. The simulate gate is on but the request did not
present a fresh, matching simulate_id from the delete-preview
endpoint. Fix. POST /api/orgs/{id}/delete/preview (or the admin
equivalent) first; pass the returned simulate_id on the DELETE.
HTTP 409.