# fulfillmentConstraintRuleDelete - admin-graphql - MUTATION Version: 2024-10 ## Description Deletes a fulfillment constraint rule and its metafields. ### Access Scopes `write_fulfillment_constraint_rules` access scope. ## Arguments * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - A globally-unique identifier for the fulfillment constraint rule. ## Returns * [success](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean Whether or not the fulfillment constraint rule was successfully deleted. * [userErrors](/docs/api/admin-graphql/2024-10/objects/FulfillmentConstraintRuleDeleteUserError): FulfillmentConstraintRuleDeleteUserError! The list of errors that occurred from executing the mutation. ## Examples