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
| Parameter | Description |
|---|---|
| tagId | ID of the tag to be deleted |
Example Body
json
{
"tagId": 276
}
