Anchor to fulfillmentConstraintRuleDeletefulfillment
fulfillment Constraint Rule Delete
mutation
Requires access scope.
Deletes a fulfillment constraint rule and its metafields.
Anchor to Arguments
Arguments
- •ID!required
A globally-unique identifier for the fulfillment constraint rule.
Was this section helpful?
Anchor to FulfillmentConstraintRuleDeletePayload returnsFulfillment Constraint Rule Delete Payload returns
- Anchor to successsuccess•
Whether or not the fulfillment constraint rule was successfully deleted.
- Anchor to userErrorsuser•
Errors The list of errors that occurred from executing the mutation.
Was this section helpful?
Mutation Reference
mutation fulfillmentConstraintRuleDelete($id: ID!) {
fulfillmentConstraintRuleDelete(id: $id) {
success
userErrors {
field
message
}
}
}
Input
{
"id": "gid://shopify/<objectName>/10079785100"
}
{
"id": "gid://shopify/<objectName>/10079785100"
}