Remove anime from my list
delete_my_anime_list_itemRemove an anime entry from your MyAnimeList list. This action is permanent and cannot be undone.
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 MyAnimeList authentication (via login_mal, or a pre-supplied MAL_REFRESH_TOKEN/MAL_ACCESS_TOKEN).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| anime_id | Yes | MyAnimeList numeric ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deleted | Yes | ||
| anime_id | Yes |