public static async Task <EquipmentResponse> DeleteTelematicsNode(int nodeId) { TelematicsV2 telematicsV2 = new TelematicsV2(publicKey, privateKey, userKey); EquipmentResponse response = await telematicsV2.DeleteTelematicsNode(nodeId); return(response); }
public static async Task <SuccessMessageResponse> DeleteTelematicsNode(int nodeId) { SuccessMessageResponse response = await DataExchangeAPI.DeleteTelematicsNode(nodeId); return(response); }