Drop a wallet
Authorization
Authorization
RequiredBearer <token>JWT signed by private key. The presence of this token is not mandatory. It becomes required through the configuration of authorization access rules that requires a token to grant access. Once sent, the token is validated for its format, signature and expiration, regardless of the presence of access rules.
In: header
Request Body
application/json
RequiredWallet drop body
hash
Requiredstring"^[A-Fa-f0-9]{64}$"
meta
Requiredobjectluid
RequiredstringString that represents a ledger record unique identifier. It's generated by the ledger when the record is stored. Its pattern is defined by: $<3 chars abbreviation of record type>.<17 random chars>. Abbreviation of record type are 3 lowercase letters for predefined list of records. The random chars can be lowercase and uppercase letters, digits, _ and -.
"^\\$[a-z]{3}\\.[A-Za-z0-9_-]{17}$"
data
RequiredobjectPath Parameters
id
Requiredstring | stringThe unique identifier of the wallet record - its luid or address.
Header Parameters
x-ledger
string | stringThe unique identifier of ledger in context for multi tenant requests.
Drop succeeded