_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}
Last updated
Delete an Appointment Recurrence.
The ID of the Recurrence to be deleted.
FM_api('AppointmentRecurrence_delete', ['id' => '123']);
{'ok':1}
Last updated