# productFeedDelete - admin-graphql - MUTATION Version: 2024-10 ## Description Deletes a product feed for a specific publication. ### Access Scopes Access allowed for apps with `read_product_listings` scope. ## Arguments * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the product feed to be deleted. ## Returns * [deletedId](/docs/api/admin-graphql/2024-10/scalars/ID): ID The ID of the product feed that was deleted. * [userErrors](/docs/api/admin-graphql/2024-10/objects/ProductFeedDeleteUserError): ProductFeedDeleteUserError! The list of errors that occurred from executing the mutation. ## Examples