> For the complete documentation index, see [llms.txt](https://docs.fieldmotion.com/fieldmotion-api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fieldmotion.com/fieldmotion-api-docs/jobrecurrence/_deletefromdate.md).

# \_deleteFromDate

Delete recurrences from a specific date

### Parameters

#### id

Recurrence ID

#### date

The date to delete the recurrence from in format YYYY/MM/DD

### Example

```
FM_api('JobRecurrence_deleteFromDate', ['id' => '48', 'date' => '2018-12-01'])
```

#### On Success

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