_delete

Delete an Account Category Group

Required Parameters

id

The ID of the Group to be deleted

Example

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

Result

On Success

{"ok":1}

On Failure

If invalid id supplied, returns false

false

Last updated