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

# Draft​Order​Delete​Payload

payload

Return type for `draftOrderDelete` mutation.

## Fields

* deleted​Id

  [ID](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID)

  The ID of the deleted draft order.

* user​Errors

  [\[User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/UserError)

  non-null

  The list of errors that occurred from executing the mutation.

***

## Mutations with this payload

* [draft​Order​Delete](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/draftOrderDelete)

  mutation

  Deletes a draft order.

  * input

    [Draft​Order​Delete​Input!](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/DraftOrderDeleteInput)

    required

    ### Arguments

    Specify the draft order to delete by its ID.

  ***

***

## Map

### Mutations with this payload

* [draft​Order​Delete](https://shopify.dev/docs/api/admin-graphql/unstable/types/draftOrderDelete)
