--- title: PriceListDeletePayload - GraphQL Admin description: Return type for `priceListDelete` mutation. api_version: unstable api_name: admin source_url: html: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/pricelistdeletepayload md: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/pricelistdeletepayload.md --- # Price​List​Delete​Payload payload Return type for `priceListDelete` mutation. ## Fields * deleted​Id [ID](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) The ID of the deleted price list. * user​Errors [\[Price​List​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/PriceListUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [price​List​Delete](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/priceListDelete) mutation Deletes a price list. For example, you can delete a price list so that it no longer applies for products in the associated market. * id [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) required ### Arguments The ID of the price list to be deleted. *** *** ## Map ### Mutations with this payload * [price​List​Delete](https://shopify.dev/docs/api/admin-graphql/unstable/types/priceListDelete)