---
title: FulfillmentConstraintRuleDeletePayload - GraphQL Admin
description: Return type for `fulfillmentConstraintRuleDelete` mutation.
api_version: unstable
api_name: admin
source_url:
  html: >-
    https://shopify.dev/docs/api/admin-graphql/unstable/payloads/FulfillmentConstraintRuleDeletePayload
  md: >-
    https://shopify.dev/docs/api/admin-graphql/unstable/payloads/FulfillmentConstraintRuleDeletePayload.md
---

# Fulfillment​Constraint​Rule​Delete​Payload

payload

Return type for `fulfillmentConstraintRuleDelete` mutation.

## Fields

* success

  [Boolean](https://shopify.dev/docs/api/admin-graphql/unstable/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/unstable/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/unstable/mutations/fulfillmentConstraintRuleDelete)

  mutation

  Deletes a fulfillment constraint rule and its metafields.

  * id

    [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/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/unstable/types/fulfillmentConstraintRuleDelete)
