Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 640 Bytes

DeleteAnime.md

File metadata and controls

25 lines (17 loc) · 640 Bytes

DeleteAnime

Deletes existing anime from user's list.

Parameters

Type Name Description
System.Int32 animeId The anime entry ID to delete from the list.

Returns

System.String represnting the state of deleting "Deleted" or detailed error message.


DeleteAnimeAsync

Deletes existing anime from user's list asynchronously.

Parameters

Type Name Description
System.Int32 animeId The anime entry ID to delete from the list.

Returns

System.String represnting the state of deleting "Deleted" or detailed error message.