tag_delete
Remove a tag from Voog CMS by setting force=true. This permanently deletes the tag and unlinks it from all articles.
Instructions
Remove a tag (DELETE /tags/{id}). Voog returns 204. Requires force=true; without it the call is rejected. Run tags_list / tag_get first to confirm the id. Deletion removes the tag from all articles currently tagged with it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| tag_id | Yes | Voog tag id (from tags_list) | |
| force | No | Must be true to actually perform the delete. Defaults to false (defensive opt-in). |