Last updated
Edit

OracleDelete

[Source]

Delete a price oracle. Only the owner of the price oracle can send this transaction.

Requires the PriceOracle amendment. Loading...

Example OracleDelete JSON

{
  "TransactionType": "OracleDelete",
  "Account": "rsA2LpzuawewSBQXkiju3YQTMzW13pAAdW",
  "OracleDocumentID": 34
}

OracleDelete Fields

In addition to the common fields, OracleDelete transactions use the following fields:

FieldJSON TypeInternal TypeRequired?Description
OracleDocumentIDNumberUInt32YesThe identifying number of the price oracle, which must be unique per owner.

Error Cases

Besides errors that can occur for all transactions, OracleDelete transactions can result in the following transaction result codes.

Error CodeDescription
tecNO_ENTRYThe Oracle object doesn't exist.

See Also