--- title: DiscountCodeRedeemCodeBulkDeletePayload - GraphQL Admin description: Return type for `discountCodeRedeemCodeBulkDelete` mutation. api_version: 2025-10 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/payloads/discountcoderedeemcodebulkdeletepayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/discountcoderedeemcodebulkdeletepayload.md --- # Discount​Code​Redeem​Code​Bulk​Delete​Payload payload Return type for `discountCodeRedeemCodeBulkDelete` mutation. ## Fields * job [Job](https://shopify.dev/docs/api/admin-graphql/latest/objects/Job) The asynchronous job that deletes the discount codes. * user​Errors [\[Discount​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/DiscountUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [discount​Code​Redeem​Code​Bulk​Delete](https://shopify.dev/docs/api/admin-graphql/latest/mutations/discountCodeRedeemCodeBulkDelete) mutation Asynchronously delete [discount codes](https://help.shopify.com/manual/discounts/discount-types#discount-codes) in bulk that customers can use to redeem a discount. *** ## Map ### Mutations with this payload * [discount​Code​Redeem​Code​Bulk​Delete](https://shopify.dev/docs/api/admin-graphql/latest/types/discountCodeRedeemCodeBulkDelete)