Unassign Tag from a Store POST
URL: https://api.painelalter.com/api/removeTagFromStore
Removes a tag from a store that the token user has access to.
Body Parameters
| Parameter | Description |
|---|---|
| id_storeTag | ID of the tag to be unassigned |
| store_alias_id | Store alias ID |
Example Body
json
{
"id_storeTag": 216,
"store_alias_id": "02"
}
