deleteReviews
Remove product reviews by external provider review IDs. This operation is idempotent and will return true even if a product review ID is not found.
This page contains
Arguments
input DeleteReviewsInput! PREVIEW | Specifies review IDs to delete |
DeleteReviewsInput fields
externalProvider String! | External product review provider name, the name needs to be the same as the one used to push reviews |
providerReviewIds [String!]! | List of external provider review IDs |
Return Fields
success Boolean | Indicator of the operation success |
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.