> 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/scheduleofrates/_delete.md).

# \_delete

Delete a Schedule of Rates record.

### Parameters

#### id

The ID of the Schedule of rates record to be deleted.

### Example

```
FM_api('ScheduleOfRates_delete', ['id' => '3'])
```

### Result

#### On Success

```
"delete from user82878_schedule_of_rates where id=3"
```
