Skip to main content

DELETE /api/admin/wallets/:id

MethodDELETE
Path/api/admin/wallets/:id
GroupWallet Admin
Authadmin session cookie
Sourceshared/api-core/src/routes/walletAdmin.ts

Call it

curl -X DELETE https://zeqsdk.com/api/admin/wallets/:id

Requires an authenticated admin session — sign in first; the session cookie is sent automatically by the browser/SDK.

Reference