Intent-Code Divergence
Medium
- Confidence
- 95% confidence
- Finding
- The endpoint documentation explicitly warns that deletion permanently removes the agent and all emails, but the code only sets `deleted_at` in the database and then performs mailbox deletion on a best-effort basis. This mismatch can create a data retention/privacy issue: users and operators may believe data is gone when account records may still remain recoverable or active in downstream logic that does not consistently filter soft-deleted rows.
