_delete
Last updated
Delete a chosen Task Type.
The id of the chosen task type.
FM_api('TaskType_delete', [
'id' => '30006'
]);If there is an id value and it is higher than 0.
{"ok":1}If there is no value for the id, or it is less than 1.
{"error":"invalid or missing parameter: id"}Last updated