Skip to content
← Back to Index

Command: payment.removeTag

Removes a tag from a Payment

Body
keystring The tag key

Examples

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

© 2024 Hantera AB. All rights reserved.