# \_disable

Disable a Customer record.

### Parameters

#### id

The ID of the Customer to be disabled.

### Example

```
FM_api('Customer_disable', ['id' => '10']);
```

### Result

#### On Success

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