# CustomerDeletePayload - admin-graphql - PAYLOAD Version: 2024-07 ## Description Return type for `customerDelete` mutation. ### Access Scopes ## Fields * [deletedCustomerId](/docs/api/admin-graphql/2024-07/scalars/ID): ID - The ID of the deleted customer. * [shop](/docs/api/admin-graphql/2024-07/objects/Shop): Shop! - The shop of the deleted customer. * [userErrors](/docs/api/admin-graphql/2024-07/objects/UserError): UserError! - The list of errors that occurred from executing the mutation. ## Connections ## Mutations with this payload * [customerDelete](/docs/api/admin-graphql/2024-07/mutations/customerDelete) ## Examples