Skip to content

OracleDelete

[Source]

(Added by the PriceOracle amendment.)

{
"TransactionType": "OracleDelete",
"Account": "rHb9CJAWyB4rj91VRWn96DkukG4bwdtyTh",
"OracleDocumentID": 1
}
FieldJSON TypeInternal TypeDescription
AccountStringAccountIDThe address of the account that owns the Oracle. Only the owner can delete the object.
OracleDocumentIDNumberUInt32The document ID of the Oracle object to delete.

OracleDelete transactions have the standard transaction cost.

Error CodeDescription
temDISABLEDThe PriceOracle amendment is not enabled.
temINVALID_FLAGInvalid flags specified.
terNO_ACCOUNTThe sending account does not exist.
tecNO_ENTRYNo Oracle object exists for the given account and OracleDocumentID.