DELETE /api/zeq-auth/recovery-password
| Method | DELETE |
| Path | /api/zeq-auth/recovery-password |
| Group | Recovery Password |
| Auth | none — public endpoint |
| Source | shared/api-core/src/routes/recoveryPassword.ts |
Call it
curl -X DELETE https://zeqsdk.com/api/zeq-auth/recovery-password
Public endpoint — no authentication required.
Reference
- Group: Recovery Password
- Drive it from any client — the TypeScript SDK, Python, CLI, and MCP server all wrap the same routes.