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

# Location​Delete​Payload

payload

Return type for `locationDelete` mutation.

## Fields

* deleted​Location​Id

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

  The ID of the location that was deleted.

* location​Delete​User​Errors

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

  non-null

  The list of errors that occurred from executing the mutation.

***

## Mutations with this payload

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

  mutation

  Deletes a location.

  * location​Id

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

    required

    ### Arguments

    The ID of a location to delete.

  ***

***

## Map

### Mutations with this payload

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