Anchor to section titled 'undefined'

productFeedDelete
mutation

Requires Access allowed for apps with read_product_listings scope.

Deletes a product feed for a specific publication.


Anchor to id
id
required

The ID of the product feed to be deleted.


Was this section helpful?

The ID of the product feed that was deleted.

The list of errors that occurred from executing the mutation.


Was this section helpful?
Hide code
Mutation reference
Copy
mutation productFeedDelete($id: ID!) {
  productFeedDelete(id: $id) {
    deletedId
    userErrors {
      field
      message
    }
  }
}
Hide code
Input
Copy
{
  "id": "gid://shopify/<objectName>/10079785100"
}