orders
Remove tag from order
Removes a tag from the specified order
post/orders/removetag
Request body
Example request
{
"orderId": 123456,
"tagId": 1234
}Response
Tag removed successfully
Example response
{
"success": true,
"message": "Tag removed successfully."
}