> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/users/llms.txt)
> Source: https://docs.saleor.io/api-reference/users/objects/customer-type-delete

# CustomerTypeDelete Object

Deletes a customer type. Users of the deleted customer type are reassigned to the default customer type.

Added in Saleor 3.23.

Requires the MANAGE\_CUSTOMER\_TYPES\_AND\_ATTRIBUTES permission.

Triggers the following webhook events:

-   CUSTOMER\_TYPE\_DELETED (async): A customer type was deleted.

```graphql
type CustomerTypeDelete {
  errors: [CustomerTypeDeleteError!]!
  customerType: CustomerType
}
```

<a id="fields"></a>

### Fields

<a id="errors"></a>

#### [`errors`](#errors) ● [`[CustomerTypeDeleteError!]!`](/api-reference/users/objects/customer-type-delete-error.md)

<a id="customer-type"></a>

#### [`customerType`](#customer-type) ● [`CustomerType`](/api-reference/users/objects/customer-type.md)

<a id="returned-by"></a>

### Returned By

[`customerTypeDelete`](/api-reference/users/mutations/customer-type-delete.md) mutation
