remove-magazine-note
Remove articles from magazines on note.com by specifying magazine and note IDs to manage content organization.
Instructions
マガジンから記事を削除する
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| magazineId | Yes | ||
| noteId | Yes |
Input Schema (JSON Schema)
{
"properties": {
"magazineId": {
"type": "string"
},
"noteId": {
"type": "string"
}
},
"required": [
"magazineId",
"noteId"
],
"type": "object"
}