unlike-note
Remove your like from a note.com article by providing the article ID to manage your engagement with content on the platform.
Instructions
記事のスキを削除する
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| noteId | Yes | 記事ID |
Input Schema (JSON Schema)
{
"properties": {
"noteId": {
"description": "記事ID",
"type": "string"
}
},
"required": [
"noteId"
],
"type": "object"
}