XRP Ledger Apex is back in Amsterdam

Register Now
Last updated
Edit

DIDDelete

[Source]

(Requires the DID amendment )

Delete the DID ledger entry associated with the specified Account field.

Note: This transaction only uses the common fields.

Example DIDDelete JSON

{
    "TransactionType": "DIDDelete",
    "Account": "rp4pqYgrTAtdPHuZd1ZQWxrzx45jxYcZex",
    "Fee": "12",
    "Sequence": 391,
    "SigningPubKey":"0293A815C095DBA82FAC597A6BB9D338674DB93168156D84D18417AD509FFF5904",
    "TxnSignature":"3044022011E9A7EE3C7AE9D202848390522E6840F7F3ED098CD13E..."
}

Error Cases

Besides errors that can occur for all transactions, DIDDelete transactions can result in the following transaction result codes:

Error CodeDescription
tecNO_ENTRYThe account doesn't have a DID.