Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

DeleteUserStory

Marco Dal Zovo edited this page Jul 23, 2021 · 1 revision

Deletes an UserStory.

Refer to AniAPI docs for more informations.

Need authentication!

Parameters

Name Type Summary
id Int64 The story's id

Usage

var result = await AniAPI.Instance.DeleteUserStory(60);
Clone this wiki locally