Review
Delete multiple reviews
Deletes multiple reviews at once.
Permissions
This endpoint does not require permissions.
delete/reviews-and-ratings/api/reviews
Headers
Content-Typestring required
Describes the type of the content being sent.
Acceptstring required
HTTP Client Negotiation Accept Header. Indicates the types of responses the client can understand.
Request body
string[] required
Array of reviews IDs.
Response
OK
boolean required
Indicates if the review was deleted (true) or not (false).