POST api/AnimeData/DeleteAnime/{id}
Deletes an anime from the system by it's ID.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The primary key of the anime |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
HEADER: 200 (OK) or HEADER: 404 (NOT FOUND)
AnimeName | Description | Type | Additional information |
---|---|---|---|
AnimeID | integer |
None. |
|
AnimeName | string |
None. |
|
ReleaseDate | date |
None. |
|
Description | string |
None. |
|
Genres | Collection of Genre |
None. |
|
AnimeHasPic | boolean |
None. |
|
PicExtension | string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.