--- title: FulfillmentConstraintRuleDeletePayload - GraphQL Admin description: Return type for `fulfillmentConstraintRuleDelete` mutation. api_version: 2024-10 api_name: admin type: payload api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/payloads/FulfillmentConstraintRuleDeletePayload md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/payloads/FulfillmentConstraintRuleDeletePayload.txt --- # Fulfillment​Constraint​Rule​Delete​Payload payload Return type for `fulfillmentConstraintRuleDelete` mutation. ## Fields * success [Boolean](https://shopify.dev/docs/api/admin-graphql/2024-10/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/2024-10/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/2024-10/mutations/fulfillmentConstraintRuleDelete) mutation Deletes a fulfillment constraint rule and its metafields. *** ## Map ### Mutations with this payload * <\~>[fulfillment​Constraint​Rule​Delete](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/fulfillmentConstraintRuleDelete)