remove_list_entry
Remove an entry from your AniList account by specifying its list ID. Use this tool to manage your anime or manga list efficiently, requiring a valid login for access.
Instructions
[Requires Login] Remove an entry from the authorized user's list
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | The AniList list ID of the entry to remove |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"id": {
"description": "The AniList list ID of the entry to remove",
"type": "number"
}
},
"required": [
"id"
],
"type": "object"
}