# \_delete

Deletes given customer type

### Parameters

#### id

The ID of the customer type

### Example

```
FM_api('CustomerType_delete', ['id'=>'1']);
```

#### On Success

```
{"ok":1}
```
