Remove a user from all enterprise wallets.

delete/api/v2/admin/enterprise/{enterpriseId}/removeUserFromWallets

Path Parameters

  • enterpriseIdstringRequired
    The enterprise id
    Example: 59cd72485007a239fb00282ed480da1f
    Pattern: ^[0-9a-f]{32}$
    Min length: >= 1 characters

Query Parameters

  • walletTypestringRequired
    The type of wallet
    Enum: backing cold custodial custodialPaired hot advanced trading
  • userIdstring
    The user id
    Min length: >= 1 characters
  • usernamestring
    The username
    Min length: >= 1 characters

200 Response

walletCount number required
walletsUpdated array[string] required
walletsNotUpdated array[string] required

400 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

404 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id