# \_delete

Delete an Appointment Recurrence.

### Parameters

#### id

The ID of the Recurrence to be deleted.

### Example

```
FM_api('AppointmentRecurrence_delete', ['id' => '123']);
```

### Result

#### On Success

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