**Goal:** Free the Zoom paid license tied to the user. **Tasks:** * [x] Research which Zoom action frees a seat (delete vs disassociate license). * [x] Identify Users API to **update type** or **delete** user. * [x] Input: `email` * [ ] Steps: resolve user → downgrade/remove license or delete. * [ ] Verify license pool count reflects change. * [ ] Emit audit JSON (old/new type, action). **Acceptance:** * Dry-run available. * Idempotent.