_delete

Delete a Job Type.

Parameters

id

The ID of the Job Type to be deleted.

Example

FM_api('JobType_delete', ['id' => '4'])

Result

On Success

{'ok':1}

Last updated