POST api/ReviewData/DeleteReview/{id}
Deletes an review from the system by it's ID.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The primary key of the review |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
HEADER: 200 (OK) or HEADER: 404 (NOT FOUND)
Review| Name | Description | Type | Additional information |
|---|---|---|---|
| ReviewID | integer |
None. |
|
| Rating | integer |
None. |
|
| Comment | string |
None. |
|
| ReviewDate | date |
None. |
|
| AnimeID | integer |
None. |
|
| Anime | Anime |
None. |
|
| UserID | string |
None. |
|
| ApplicationUser | ApplicationUser |
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.