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