_delete
Delete a Location.
Parameters
id
The ID of the Location to be deleted.
Example
FM_api('Location_delete', ['id' => '123']);
Result
On Success
{'ok':1}
Last updated
Delete a Location.
The ID of the Location to be deleted.
FM_api('Location_delete', ['id' => '123']);
{'ok':1}
Last updated