unfollow_tag
Remove a tag from your followed tags list on Qiita to stop receiving updates and filter your content feed.
Instructions
指定されたタグのフォローを解除します
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tagId | Yes | タグID |
Input Schema (JSON Schema)
{
"properties": {
"tagId": {
"description": "タグID",
"type": "string"
}
},
"required": [
"tagId"
],
"type": "object"
}