me

Remove an anime from library.

This endpoint will remove an anime from the authenticated user's library.

post/me/library/delete

Response

Successful Kurozora JSON response

object required

Example response

{
  "meta": {
    "version": "1.0.8",
    "queryCount": 0,
    "isUserAuthenticated": false,
    "authenticatedUserID": null
  }
}

Changes