Hi,
Is there any way that i can delete my position orders with the following details which we get from getPosition api sample code.
response = client.request("GET", "/v2/positions",payload=None, query={"underlying_asset_symbol":"TRUMP"}, auth=True, base_url="https://api.india.delta.exchange", headers={})
Sample Response:
{'result': [{'entry_price': '10.38400000', 'product_id': 57227, 'product_symbol': 'TRUMPUSD', 'size': 10, 'user_id': 123456}], 'success': True}