POST api/GenreData/UnAssociateGenreWithAnime/{genreid}/{animeid}
Removes an association between a particular anime and a particular genre
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
genreid |
The genre ID primary key |
integer |
Required |
animeid |
The anime ID primary key |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
HEADER: 200 (OK) or HEADER: 404 (NOT FOUND)
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.