closure_delete_initiate
POST/v1/account/closure/delete/initiate
Step 1 of the delete flow. Verifies re-auth, issues a one-time code to the user's verified phone (or email fallback), and returns the challenge and a single-use reauth token. Throttled to 1 per 24h per user.
Request
Responses
- 200
- 400
- 401
- 429
- 500
OTP issued
bad_request: Invalid input
unauthorized: Unauthorized
Too many delete-initiate requests (1 per 24h)
Internal server error