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