tag_delete
Permanently delete a tag from your Voog site, removing it from all tagged articles. Use after confirming the tag ID with tags_list.
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). |