OracleDelete
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:
| Field | JSON Type | Internal Type | Required? | Description |
|---|---|---|---|---|
OracleDocumentID | Number | UInt32 | Yes | The 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 Code | Description |
|---|---|
tecNO_ENTRY | The Oracle object doesn't exist. |