Deletes a chosen Geofence.
The ID of the chosen Geofence.
FM_api( 'Geofence_delete',[ 'id' => '2' ] );
{"ok":1}
If there is no ID given or it is less than 1:
If a valid ID is given but there is no Geofence assigned to said ID.
Last updated 2 years ago
{"error":"missing or invalid parameter: id"}
{"error":"geofence does not exist"}