remove_topic
Remove a topic from a Gitea repository by name. Idempotent operation succeeds even if the topic does not exist.
Instructions
Remove ONE topic from a repository by name. No error if the topic is not currently on the repo (idempotent delete). Topic name: lowercase letters, digits, and hyphens, starting with a letter/digit. Confirm with the user first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Repository name (defaults to GITEA_DEFAULT_REPO) | |
| owner | No | Repository owner (defaults to GITEA_DEFAULT_OWNER) | |
| topic | Yes | Topic name to remove. Lowercase letters, digits, and hyphens; must start with a letter or digit. |