Skip to content
← Back to Index

Command: order.removeTag

Removes a tag from an Order

Body
keystring The tag key

Examples

Remove tag from existing Order
```json [{ "type": "applyCommands", "body": { "commands": [{ "type": "removeTag", "key": "blocked" } ] } }] ```

© 2024 Hantera AB. All rights reserved.