ig_delete_working_order
Remove a working order on IG Trading by specifying the deal ID. Execute deletions quickly to manage trading positions and orders effectively.
Instructions
Delete a working order
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dealId | Yes | Deal ID of the order to delete |
Input Schema (JSON Schema)
{
"properties": {
"dealId": {
"description": "Deal ID of the order to delete",
"type": "string"
}
},
"required": [
"dealId"
],
"type": "object"
}