# PriceRuleDeletePayload - admin-graphql - PAYLOAD Version: 2024-07 ## Description Return type for `priceRuleDelete` mutation. ### Access Scopes ## Fields * [deletedPriceRuleId](/docs/api/admin-graphql/2024-07/scalars/ID): ID - The ID price of the deleted price rule. * [priceRuleUserErrors](/docs/api/admin-graphql/2024-07/objects/PriceRuleUserError): PriceRuleUserError! - The list of errors that occurred from executing the mutation. * [shop](/docs/api/admin-graphql/2024-07/objects/Shop): Shop! - The shop of the deleted price rule. * [userErrors](/docs/api/admin-graphql/2024-07/objects/UserError): UserError! - The list of errors that occurred from executing the mutation. ## Connections ## Mutations with this payload * [priceRuleDelete](/docs/api/admin-graphql/2024-07/mutations/priceRuleDelete) ## Examples