_delete

Delete a chosen Task Type.

Parameters

id

The id of the chosen task type.

Example

FM_api('TaskType_delete', [
  'id' => '30006'
]);

Results

On Success

If there is an id value and it is higher than 0.

{"ok":1}

On Failure

If there is no value for the id, or it is less than 1.

{"error":"invalid or missing parameter: id"}

Last updated