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