unfollow_user
Remove a user from your following list on Qiita to manage your network connections and focus on relevant content.
Instructions
指定されたユーザーのフォローを解除します
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | Yes | ユーザーID |
Input Schema (JSON Schema)
{
"properties": {
"userId": {
"description": "ユーザーID",
"type": "string"
}
},
"required": [
"userId"
],
"type": "object"
}