productFeedDelete - admin-graphql - MUTATION
Version: 2025-01
Description:
Deletes a product feed for a specific publication.
Access Scopes
Access allowed for apps with `read_product_listings` scope.
Arguments
-
id:
ID! -
The ID of the product feed to be deleted.
Returns
-
deletedId:
ID
The ID of the product feed that was deleted.
-
userErrors:
ProductFeedDeleteUserError!
The list of errors that occurred from executing the mutation.
Examples