Skip to content

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

ParameterDescription
id_storeTagID of the tag to be unassigned
store_alias_idStore alias ID

Example Body

json
{
    "id_storeTag": 216,
    "store_alias_id": "02"
}