Skip to content

Delete Tag POST

URL: https://api.painelalter.com/api/deleteTag

Deletes a tag by its ID. The user can only perform this action if they have access to all stores that have this tag associated (or if the tag is not associated with any store).

Body Parameters

ParameterDescription
tagIdID of the tag to be deleted

Example Body

json
{
    "tagId": 276
}