--- title: FulfillmentConstraintRuleDeletePayload - GraphQL Admin description: Return type for `fulfillmentConstraintRuleDelete` mutation. api_version: 2025-01 api_name: admin type: payload api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2025-01/payloads/FulfillmentConstraintRuleDeletePayload md: >- https://shopify.dev/docs/api/admin-graphql/2025-01/payloads/FulfillmentConstraintRuleDeletePayload.md --- # Fulfillment​Constraint​Rule​Delete​Payload payload Return type for `fulfillmentConstraintRuleDelete` mutation. ## Fields * success [Boolean](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/Boolean) Whether or not the fulfillment constraint rule was successfully deleted. * user​Errors [\[Fulfillment​Constraint​Rule​Delete​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/FulfillmentConstraintRuleDeleteUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [fulfillment​Constraint​Rule​Delete](https://shopify.dev/docs/api/admin-graphql/2025-01/mutations/fulfillmentConstraintRuleDelete) mutation Deletes a fulfillment constraint rule and its metafields. * id [ID!](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/ID) required ### Arguments A globally-unique identifier for the fulfillment constraint rule. *** *** ## Map ### Mutations with this payload * [fulfillment​Constraint​Rule​Delete](https://shopify.dev/docs/api/admin-graphql/2025-01/types/fulfillmentConstraintRuleDelete)