Response (delete wallet)

api/v3

Response (delete wallet) 200 OK, application/json

Parameter

Type

Description

success

boolean

The result of deleting wallet.

Response Error Table

Status

Error

Message

400

BAD_REQUEST

Parameter should be defined

404

NOT_FOUND

first not found

Response (Success)

{
    "success": true
}

Last updated