# \_delete

Delete an Appointment Type.

### Parameters

#### id

The ID of the Appointment Type to be deleted.

### Example

```
FM_api('AppointmentType_delete', ['id' => '4'])
```

### Result

#### On Success

```
{'ok':1}
```
