diff --git a/docs/private-networks/reference/api/index.md b/docs/private-networks/reference/api/index.md index 460ee154f37..fa349fdffaf 100644 --- a/docs/private-networks/reference/api/index.md +++ b/docs/private-networks/reference/api/index.md @@ -2088,14 +2088,6 @@ Provides a [transaction trace](../../../public-networks/reference/api#trace_tran - `transactionHash`: _string_ - the hash of the private transaction to trace -- `options`: _object_ - request options object with the following fields (all optional and default to `false`) - - - `disableStorage`: _boolean_ - `true` disables storage capture. - - - `disableMemory`: _boolean_ - `true` disables memory capture. - - - `disableStack`: _boolean_ - `true` disables stack capture. - #### Returns `result`: _array_ of _objects_ - list of [calls to other contracts](../../../public-networks/reference/trace-types.md#trace) containing one object per call, in the order called by the transaction.