Delete all wallets associated with an enterprise

post/api/v2/internal/enterprise/{enterpriseId}/wallets/delete

Path Parameters

  • enterpriseIdstringRequired
    Min length: >= 1 characters

Request Body

dryRun boolean

200 Response

One of
success boolean required
Whether the operation was successful
walletCount number required
Number of wallets found
deletedCount number required
Number of wallets successfully deleted
failedWallets array[string] required
List of wallet IDs that failed to delete

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

401 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

403 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

500 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