Skip to content
Search
K
Main Navigation
Learn
Resources
Official Apps
API Reference
Release Notes
Appearance
Menu
Return to top
On this page
← Back to Index
Command: order.removeTag
Removes a tag from an Order
Body
key
string
The tag key
Examples
Remove tag from existing Order
HTTP
curl
PowerShell
```json [{ "type": "applyCommands", "body": { "commands": [{ "type": "removeTag", "key": "blocked" } ] } }] ```