Remove anime from my list
delete_my_anime_list_itemRemove an anime entry from your MyAnimeList list using its numeric ID. Deleting is permanent, so use get_my_anime_list first to verify if needed.
Instructions
Remove an anime entry from the authenticated user's list. This cannot be undone. Returns deleted: true whenever MAL accepts the request — including when the anime was never on the list to begin with, since MAL's own delete endpoint doesn't distinguish the two — so success alone isn't proof something existed; check get_my_anime_list first if you need to confirm. Requires a MyAnimeList login.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| anime_id | Yes | MyAnimeList numeric ID of the target entry. (The read tools call this same id `id`; it's named anime_id/manga_id here to match MAL's own write endpoints.) Obtain it from search_anime/search_manga, or from get_my_anime_list/get_my_manga_list for an entry already on your list. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deleted | Yes | ||
| anime_id | Yes |