POST /api/admin/wallets/:id/deactivate
| Method | POST |
| Path | /api/admin/wallets/:id/deactivate |
| Group | Wallet Admin |
| Auth | admin session cookie |
| Source | shared/api-core/src/routes/walletAdmin.ts |
Call it
curl -X POST https://zeqsdk.com/api/admin/wallets/:id/deactivate \
-H "Content-Type: application/json" \
-d '{}'
Requires an authenticated admin session — sign in first; the session cookie is sent automatically by the browser/SDK.
Reference
- Group: Wallet Admin
- Drive it from any client — the TypeScript SDK, Python, CLI, and MCP server all wrap the same routes.