curl --request DELETE \
--url https://api.skulabs.com/order/remove_tag \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"orders": [
{
"order_number": "<string>",
"store_id": "<string>"
}
],
"tag_id": "<string>"
}
'/order/remove_tag
curl --request DELETE \
--url https://api.skulabs.com/order/remove_tag \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"orders": [
{
"order_number": "<string>",
"store_id": "<string>"
}
],
"tag_id": "<string>"
}
'