Preview

deleteReviews is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

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

    Authorization Rules

    This request requires authorization with at least one of the following scopes:

    Scopes

    ROLE_PARTNER

    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.