Plaid.AssetReport.remove

You're seeing just the function remove, go back to Plaid.AssetReport module for more information.
Link to this function

remove(asset_report_token, config)

View Source

Specs

Remove an Asset Report.

Does a POST /asset_report/remove call to remove an asset report and invalidate its asset_report_token.

Params:

  • asset_report_token - The token for the asset report you want to remove.

Examples

AssetReport.remove("assets-sandbox-123xxx", client_id: "123", secret: "abc")
{:ok, %AssetReport.RemoveResponse{}}