Remove manga from my list
delete_my_manga_list_itemDelete a manga entry from your MyAnimeList list. This action is permanent and cannot be reversed.
Instructions
Remove a manga entry from the authenticated user's list. This cannot be undone. Returns deleted: true whenever MAL accepts the request — including when the manga 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_manga_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 |
|---|---|---|---|
| manga_id | Yes | MyAnimeList numeric ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deleted | Yes | ||
| manga_id | Yes |