POST api/GenreData/DeleteGenre/{id}

Deletes an genre from the system by it's ID.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The primary key of the genre

integer

Required

Body Parameters

None.

Response Information

Resource Description

HEADER: 200 (OK) or HEADER: 404 (NOT FOUND)

Genre
NameDescriptionTypeAdditional information
GenreID

integer

None.

GenreName

string

None.

Animes

Collection of Anime

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.