_delete

Delete an Account Category

Required Parameters

id

The ID of the Category to be deleted

Example

FM_api('AccountCategory_delete', ['id'=>'12']);

Result

On Success

{"ok":1}

On Failure

If invalid id supplied, returns false

false

Last updated